enumeración TASK_RUN_FLAGS (taskschd.h)
Define cómo se ejecuta una tarea.
Syntax
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;
Constantes
TASK_RUN_NO_FLAGS Valor: 0 La tarea se ejecuta con todas las marcas omitida. |
TASK_RUN_AS_SELF Valor: 0x1 La tarea se ejecuta como el usuario que llama al método Run . |
TASK_RUN_IGNORE_CONSTRAINTS Valor: 0x2 La tarea se ejecuta independientemente de las restricciones, como "no se ejecutan en baterías" o "solo se ejecutan si están inactivas". |
TASK_RUN_USE_SESSION_ID Valor: 0x4 La tarea se ejecuta mediante un identificador de sesión de terminal server. |
TASK_RUN_USER_SID Valor: 0x8 La tarea se ejecuta mediante un identificador de seguridad. |
Requisitos
Cliente mínimo compatible | Windows Vista [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2008 [solo aplicaciones de escritorio] |
Encabezado | taskschd.h |