RestartComputer.DisableSelfRestart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, them the workflow will not checkpoint and resume after the computer is restarted.
public:
static property bool DisableSelfRestart { bool get(); void set(bool value); };
public:
static property bool DisableSelfRestart { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(null)]
public static bool DisableSelfRestart { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
static member DisableSelfRestart : bool with get, set
Public Shared Property DisableSelfRestart As Boolean
Property Value
- Attributes