This repository was archived by the owner on Dec 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
BSSMService
BurnSoft edited this page Jan 23, 2017
·
2 revisions
The BSSMService Is the main process that runs on a desktop or server as a service. This will then run the BSSM process which will manage the run times for all the other processes. All Setting are stored in the app.config ( BSSMService.exe.config ) file in the Settings tree.
| Key | Value | Description |
|---|---|---|
| DEBUG | false | Enable Debugging Log |
| DO_HEALTH_CHECK | false | Enable heath check to see if the process is working properly |
| SHORTPATH | ~1 | DOS 8 bit ShortPath Version |
| TIMER_INTERVAL | 15 | Timer Interval for Health Check |
| EVENT_SOURCE | BSSM Service Controller | The Source name used for the Windows NT Event Log |
| EVENT_LOG | BurnSoft | The Windows NT Eventlog to put the messages in. |
| EVENT_ID_INFO | 690 | The Windows NT Event Log Information ID |
| EVENT_ID_WARN | 700 | The Windows NT Event Log Warning ID |
| EVENT_ID_ERROR | 710 | The Windows NT Event Log Error ID |