Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Defines LUA elevation flags that specify with what privilege level the task will be run.
Syntax
typedef enum _TASK_RUNLEVEL {
TASK_RUNLEVEL_LUA = 0,
TASK_RUNLEVEL_HIGHEST = 1
} TASK_RUNLEVEL_TYPE;
Constants
TASK_RUNLEVEL_LUAValue: 0 Tasks will be run with the least privileges. |
TASK_RUNLEVEL_HIGHESTValue: 1 Tasks will be run with the highest privileges. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | taskschd.h |