enumerazione TASK_RUN_FLAGS (taskschd.h)
Definisce la modalità di esecuzione di un'attività.
Sintassi
typedef enum _TASK_RUN_FLAGS {
TASK_RUN_NO_FLAGS = 0,
TASK_RUN_AS_SELF = 0x1,
TASK_RUN_IGNORE_CONSTRAINTS = 0x2,
TASK_RUN_USE_SESSION_ID = 0x4,
TASK_RUN_USER_SID = 0x8
} TASK_RUN_FLAGS;
Costanti
TASK_RUN_NO_FLAGS Valore: 0 L'attività viene eseguita con tutti i flag ignorati. |
TASK_RUN_AS_SELF Valore: 0x1 L'attività viene eseguita come utente che chiama il metodo Run . |
TASK_RUN_IGNORE_CONSTRAINTS Valore: 0x2 L'attività viene eseguita indipendentemente dai vincoli, ad esempio "non vengono eseguiti sulle batterie" o "vengono eseguiti solo se inattive". |
TASK_RUN_USE_SESSION_ID Valore: 0x4 L'attività viene eseguita usando un identificatore di sessione del server terminal. |
TASK_RUN_USER_SID Valore: 0x8 L'attività viene eseguita usando un identificatore di sicurezza. |
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | taskschd.h |