IServiceInfoAcceptPause Property |
Win32_Service: Indicates whether the service can be paused.
Namespace:
Xcalibur.Models.Services
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax bool AcceptPause { get; set; }
Property AcceptPause As Boolean
Get
Set
property bool AcceptPause {
bool get ();
void set (bool value);
}
abstract AcceptPause : bool with get, set
Property Value
Type:
Booleantrue if [accept pause]; otherwise,
false.
See Also