| [Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] | 
Daemon application run mode
Source position: daemonapp.pp line 33
| type TDaemonRunMode = ( | ||
| drmUnknown, | 
 | Unknown mode | 
| drmInstall, | 
 | Daemon install mode (windows only) | 
| drmUninstall, | 
 | Daemon uninstall mode (windows only) | 
| drmRun | 
 | Daemon is running normally | 
| ); | 
TDaemonRunMode indicates in what mode the daemon application (as a whole) is currently running.
| 
 | Application mode |