Enum WindowsScheduledTask.Types.TaskTrigger.Types.TriggerType
Enum representing the trigger type of the task. For more details, see https://learn.microsoft.com/en-us/windows/win32/api/taskschd/ne-taskschd-task_trigger_type2.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum WindowsScheduledTask.Types.TaskTrigger.Types.TriggerType
Fields
| Name | Description |
|---|---|
| Boot | Triggers the task when the computer boots. |
| CustomTrigger01 | Custom trigger 01. |
| Daily | Triggers the task on a daily schedule. For example, the task starts at a specific time every day, every other day, or every third day. |
| Event | Triggers the task when a specific event occurs. |
| Idle | Triggers the task when the computer goes into an idle state. |
| Logon | Triggers the task when a specific user logs on. |
| Monthly | Triggers the task on a monthly schedule. For example, the task starts on specific days of specific months. |
| Monthlydow | Triggers the task on a monthly day-of-week schedule. For example, the task starts on a specific days of the week, weeks of the month, and months of the year. |
| Registration | Triggers the task when the task is registered. |
| SessionStateChange | Triggers the task when a specific user session state changes. |
| Time | Triggers the task at a specific time of day. |
| Unspecified | The trigger frequency is not specified. |
| Weekly | Triggers the task on a weekly schedule. For example, the task starts at 8:00 AM on a specific day every week or other week. |