TimerTrigger Class
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.
The properties of a timer trigger.
public class TimerTrigger
type TimerTrigger = class
Public Class TimerTrigger
- Inheritance
-
TimerTrigger
Constructors
TimerTrigger() |
Initializes a new instance of the TimerTrigger class. |
TimerTrigger(String, String, String) |
Initializes a new instance of the TimerTrigger class. |
Properties
Name |
Gets or sets the name of the trigger. |
Schedule |
Gets or sets the CRON expression for the task schedule |
Status |
Gets or sets the current status of trigger. Possible values include: 'Disabled', 'Enabled' |
Methods
Validate() |
Validate the object. |