TASK_INSTANCES_POLICY enumeração (taskschd.h)
Define como o Agendador de Tarefas lida com instâncias existentes da tarefa quando inicia uma nova instância da tarefa.
Syntax
typedef enum _TASK_INSTANCES_POLICY {
TASK_INSTANCES_PARALLEL = 0,
TASK_INSTANCES_QUEUE = 1,
TASK_INSTANCES_IGNORE_NEW = 2,
TASK_INSTANCES_STOP_EXISTING = 3
} TASK_INSTANCES_POLICY;
Constantes
TASK_INSTANCES_PARALLEL Valor: 0 Inicia uma nova instância enquanto uma instância existente está em execução. |
TASK_INSTANCES_QUEUE Valor: 1 Inicia uma nova instância da tarefa depois que todas as outras instâncias da tarefa são concluídas. |
TASK_INSTANCES_IGNORE_NEW Valor: 2 Não iniciará uma nova instância se uma instância existente da tarefa estiver em execução. |
TASK_INSTANCES_STOP_EXISTING Valor: 3 Interrompe uma instância existente da tarefa antes de iniciar uma nova instância. |
Requisitos
Requisito | Valor |
---|---|
Cliente mínimo com suporte | Windows Vista [somente aplicativos da área de trabalho] |
Servidor mínimo com suporte | Windows Server 2008 [somente aplicativos da área de trabalho] |
Cabeçalho | taskschd.h |