 | RunningTaskEnginePID Property |
Gets the process ID for the engine (process) which is running the task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic uint EnginePID { get; }
Public ReadOnly Property EnginePID As UInteger
Get
public:
property unsigned int EnginePID {
unsigned int get ();
}
Request Example
View SourceProperty Value
Type:
UInt32
Exceptions
See Also