TASK_ENUM_FLAGS enumeration (taskschd.h)
Defines how the Task Scheduler enumerates through registered tasks.
Syntax
typedef enum _TASK_ENUM_FLAGS {
TASK_ENUM_HIDDEN = 0x1
} TASK_ENUM_FLAGS;
Constants
TASK_ENUM_HIDDEN Value: 0x1 Enumerates all tasks, including tasks that are hidden. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | taskschd.h |