TriggerFrequency Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies trigger types in terms of the frequency that the trigger is activated.
public enum TriggerFrequency
type TriggerFrequency =
Public Enum TriggerFrequency
- Inheritance
-
TriggerFrequency
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
Once | 1 | Trigger activates once at a specified time. |
Daily | 2 | Trigger activates daily. |
Weekly | 3 | Trigger activates on a weekly basis and multiple days during the week. |
AtLogon | 4 | Trigger activates at user logon to the operating system. |
AtStartup | 5 | Trigger activates after machine boot up. |