ScheduleInfo
Description
The structure represents an instance of the Schedule entity.
Constructor
| Constructor | Description |
|---|---|
| ScheduleInfo | Initializes a new instance of the ScheduleInfo object model. |
| ScheduleInfo(string name, int processId) | Initializes a new instance of the ScheduleInfo with name & processId parameter. |
Properties
| Property | Description |
|---|---|
| ScheduleId | Gets the Schedule Id. |
| ProcessId | Gets the assigned process Id during the Schedule creation. |
| BotId | Gets the assigned bot Id during the Schedule creation. |
| ProcessName | Gets the assigned process name during the Schedule creation. |
| BotName | Gets the assigned bot name during the Schedule creation. |
| Name | Gets the schedule name. |
| ScheduleType | Gets the type of schedule. |
| Frequency | Gets the the value that indicates the execution time info of the schedule. |
| CanExpire | Gets the value that indicates whether the Schedule can expire. |
| Expired | Gets the value that indicates whether the Schedule is expired. |
| Disabled | Gets the value that indicates whether the Schedule is disabled. |
| ExpiresOn | Gets the Expiration Date&Time of the Schedule. |
| LastExecutionTime | Gets the last executed Date&Time of the Schedule. |
| ItemInfo | Gets the details of the schedule. |
Remarks
Use the ScheduleInfo object model to get or update information about the Schedule.