| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
When should the daemon be started (windows only)
Source position: daemonapp.pp line 145
| type TStartType = ( | ||
| stBoot, | 
 | During system boot | 
| stSystem, | 
 | During load of device drivers | 
| stAuto, | 
 | Started automatically by service manager during system startup | 
| stManual, | 
 | Started manually by the user or other processes. | 
| stDisabled | 
 | Service is not started, it is disabled | 
| ); | 
TStartType can be used to define when the service must be started on windows. This type is not used on other platforms.