Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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_HIDDENValue: 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 |