A process type that runs as a "background" service.
![]() | Construction |
![]() | Callback functions |
![]() | Miscellaneous functions |
![]() | debugMode Flag to indicate service is run in simulation mode. |
![]() | currentLogLevel Current log level for PSYSTEMLOG calls. |
Overrides from class PObject
Overrides from class PThread
Process information functions
Operating System information functions
Overrides from PObject
Control functions
Miscellaneous
Run Time Type functions
Comparison functions
I/O functions
A process type that runs as a "background" service. This may be a service under the Windows NT operating system, or a "daemon" under Unix, or a hidden application under Windows.
virtual void OnStop()
virtual BOOL OnPause()
virtual void OnContinue()
virtual void OnControl()
The default is LogError allowing fatal errors and ordinary\
errors to be logged and warning and information to be ignored. If in debug mode then the default is LogInfo allowing all
messages to be displayed.
void SetLogLevel( PSystemLog::Level level )
PSystemLog::Level GetLogLevel() const
PSystemLog::Level currentLogLevel
Alphabetic index HTML hierarchy of classes or Java