| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleTimerId |
A unique identifier. |
integer |
None. |
| ScheduleName |
A name for the schedule. |
string |
None. |
| ScheduleDescription |
A description of the schedule. |
string |
None. |
| IsActive |
Indicates if the schedule will continue to be sent. |
boolean |
None. |
| StartDateTime |
Indicates when the schedule should start sending. |
date |
None. |
| EndDateTime |
Indicates when the schedule should stop sending. |
date |
None. |
| ExecRunTime |
Indicates the last time that operations for this schedule started. |
date |
None. |
| NextRunTime |
Indicates the time when operations for this schedule should next run. |
date |
None. |
| LastRunTime |
Indicates the previous time when operations for this schedule completed. |
date |
None. |
| OccursOnlyOnce |
Indicates if the schedule should occur only once. |
boolean |
None. |
| FrequencyType |
A unit detailing the frequency that the schedule should run at. |
FrequencyType |
None. |
| RecursEvery |
A multiple for the frequency type, i.e. Frequency type of 2 and Recurs every of 3 would equate to once every 3 weeks. |
integer |
None. |
| DayOfWeek |
Indicates which day of the week a schedule of type Weekly should run on. |
integer |
None. |
| DayOfMonth |
Indicates which day of the week a schedule of type Monthly should run on. |
integer |
None. |
| DayOfYear |
Indicates which day of the week a schedule of type Yearly should run on. |
integer |
None. |
| TimeOfDay |
Indicates what time of day a schedule should attempt to run on. |
date |
None. |