Schedule table
The Schedule table defines the task schedule.
Columns
Id
Unique identifier for the table row.
Datatype: int
Allow Nulls: no
TimeZone
The time zone for this schedule. The value is used by the user interface to convert UTC times to the appropriate display times.
Datatype: int
Allow Nulls: no
StartTime
The time to start the task (UTC). A task can be submitted for a later start time. The NextDueTime in the ScheduleTask table should be set to the StartTime when a task is submitted.
Datatype: datetime
Allow Nulls: no
EndTime
Sets the task to Complete at this time (UTC). When the value is Null, the task runs until the project is deleted.
Datatype: datetime
Allow Nulls: yes
RecurrenceInterval
The interval (in minutes) between batches of the same task. If 0, send only once, and then then mark as completed.
Datatype: int
Allow Nulls: no
See also