Click or drag to resize

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; }

Property Value

Type: Boolean
See Also