NewScheduleInfo
Description
The structure represents an instance of the New Schedule entity.
Constructor
Constructor | Description |
---|---|
NewScheduleInfo | Initializes a new instance of the NewScheduleInfo object model. |
Properties
Property | Description |
---|---|
ProcessId | Specify the assigned process Id during the Schedule creation. |
BotId | Specify the assigned bot Id during the Schedule creation. |
Name | Specify the schedule name. |
Description | Specify the description for the Schedule. |
ScheduleType | Specify the type of schedule. |
Disabled | Specify the value that indicates whether the Schedule is disabled. |
StartDate | Specify the StartDate of the Schedule. |
ExpiresOn | Specify the Expiration Date&Time of the Schedule. |
LastExecutionTime | Specify the Date&Time that indicates when the Schedule can be last executed. |
Arguments | Specify the Input and Output arguments of the Schedule. |
LogLevel | Specify the log level of the Schedule. |
Frequency | Specify the value that indicates the execution time info of the Schedule. |
Remarks
Use the NewScheduleInfo object model to get or update information about the Schedule.