TaskRunLevel Enumeration

Defines LUA elevation flags that specify with what privilege level the task will be run.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public enum TaskRunLevel

Members

LUA0Tasks will be run with the least privileges.
Highest1Tasks will be run with the highest privileges.

See Also