TaskSchedulerWizardAvailableWizardTriggers Enumeration |
Namespace: Microsoft.Win32.TaskScheduler
| Member name | Value | Description | |
|---|---|---|---|
| Event | 1 | Triggers the task when a specific event occurs. Version 1.2 only. | |
| Time | 2 | Triggers the task at a specific time of day. | |
| Daily | 4 | Triggers the task on a daily schedule. | |
| Weekly | 8 | Triggers the task on a weekly schedule. | |
| Monthly | 16 | Triggers the task on a monthly schedule. | |
| MonthlyDOW | 32 | Triggers the task on a monthly day-of-week schedule. | |
| Idle | 64 | Triggers the task when the computer goes into an idle state. | |
| Registration | 128 | Triggers the task when the task is registered. Version 1.2 only. | |
| Boot | 256 | Triggers the task when the computer boots. | |
| Logon | 512 | Triggers the task when a specific user logs on. | |
| SessionStateChange | 1024 | Triggers the task when a specific user session state changes. Version 1.2 only. |