Share via


TimerTrigger Class

Definition

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.

Applies to