ScheduledHandlerIsServiceStopped Property |
Returns true if the service has stopped. Services should check the value of this
property to ensure smooth shutdown of the service.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsServiceStopped { get; }
Public ReadOnly Property IsServiceStopped As Boolean
Get
Property Value
Type:
BooleanSee Also