UtilTweakingAutoEndTasks Property
Gets or sets a value that determines whether user processes end automatically when the user either logs off or shuts down.
Namespace: DevCase.Core.Windows.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool AutoEndTasks { get; set; }
Public Shared Property AutoEndTasks As Boolean
Get
Set
Dim value As Boolean
value = UtilTweaking.AutoEndTasks
UtilTweaking.AutoEndTasks = value
public:
static property bool AutoEndTasks {
bool get ();
void set (bool value);
}
static member AutoEndTasks : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if user processes end automatically when the user either logs off or shuts down,
otherwise.