Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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 |