CorrelatedTaskEventTriggerType Enumeration
Type of trigger that initiated the task execution.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
Schedule | 107 | Scheduled time. |
Event | 108 | On an event. |
Registration | 109 | When task is registered. |
Idle | 117 | When system is idle. |
Boot | 118 | When system boots. |
Logon | 119 | When a user logs on. |
SessionConnect | 120 | When a session connects. |
SessionDisconnect | 121 | When a session disconnects. |
RemoteConnect | 122 | When a remote session connects. |
RemoteDisconnect | 123 | When a remote session disconnects. |
WorkstationLock | 124 | When computer is locked. |
WorkstationUnlock | 125 | When computer is unlocked. |