Click or drag to resize

IJobManagerService Events

The IJobManagerService type exposes the following members.

Events
  NameDescription
Public eventStarted
Fired when the daemon service has completed it start procedure.
(Inherited from IDaemonService.)
Public eventStarting
Fired when the daemon service has commenced start but has not yet finished
(Inherited from IDaemonService.)
Public eventStopped
Fired when the daemon has completed its stop procedure
(Inherited from IDaemonService.)
Public eventStopping
Fired when the daemon service has commenced stop but has not yet been fully shut down.
(Inherited from IDaemonService.)
Top
See Also