CanPauseAndContinue Property
Summary
Gets a value indicating whether the service can be paused and resumed.
Syntax
public bool CanPauseAndContinue { get; }
public:
property bool CanPauseAndContinue {
bool get();
}
Property Value
true
if service can be paused; otherwise, it is false
.