Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler
Task Class
Task Properties
Definition Property
Enabled Property
Folder Property
IsActive Property
LastRunTime Property
LastTaskResult Property
Name Property
NextRunTime Property
NumberOfMissedRuns Property
Path Property
ReadOnly Property
SecurityDescriptor Property
State Property
TaskService Property
Xml Property
Task
Is
Active Property
Gets a value indicating whether this task instance is active.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
bool
IsActive
{
get
; }
Request Example
View Source
Property Value
Boolean
true
if this task instance is active; otherwise,
false
.
See Also
Reference
Task Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.