| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
Daemon options
Source position: daemonapp.pp line 30
| type TDaemonOption = ( | ||
| doAllowStop, | 
 | The daemon can be stopped. | 
| doAllowPause, | 
 | The daemon can be paused. | 
| doInteractive | 
 | The daemon interacts with the desktop. | 
| ); | 
Enumerated that enumerates the various daemon operation options.