class Win32::Daemon
The Daemon
class
Constants
- CONTINUE_PENDING
Service
has received a signal to resume but is not yet running- CONTROL_CONTINUE
Notifies service that it should resume
- CONTROL_INTERROGATE
Notifies service that it should return its current status information
- CONTROL_NETBINDADD
Notifies a service that there is a new component for binding
- CONTROL_NETBINDDISABLE
Notifies a service that a component for binding has been disabled
- CONTROL_NETBINDENABLE
Notifies a service that a component for binding has been enabled
- CONTROL_NETBINDREMOVE
Notifies a service that a component for binding has been removed
- CONTROL_PARAMCHANGE
Notifies a service that its parameters have changed
- CONTROL_PAUSE
Notifies service that it should pause
- CONTROL_STOP
Notifies service that it should stop
- ERROR_CALL_NOT_IMPLEMENTED
- IDLE
- PAUSED
Service
is paused- PAUSE_PENDING
Service
has received a signal to pause but is not yet paused- RUNNING
Service
is running- START_PENDING
Service
has received a start signal but is not yet running- STOPPED
Service
is not running- STOP_PENDING
Service
has received a stop signal but is not yet stopped- Service_Ctrl_ex
Handles control signals from the service control manager.
- Service_Main
Called by the service control manager after the call to StartServiceCtrlDispatcher.
- SetTheServiceStatus
Wraps SetServiceStatus.
- VERSION
The version of this library