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
Path Property
Gets the path to where the registered task is stored.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
string
Path
{
get
; }
Request Example
View Source
Property Value
String
See Also
Reference
Task Class
Microsoft.Win32.TaskScheduler Namespace
© 2024 GitHub Community. All rights reserved.