Skip to main content

ScheduleInfo

Description

The structure represents an instance of the Schedule entity.

Constructor

ConstructorDescription
ScheduleInfoInitializes 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

PropertyDescription
ScheduleIdGets the Schedule Id.
ProcessIdGets the assigned process Id during the Schedule creation.
BotIdGets the assigned bot Id during the Schedule creation.
ProcessNameGets the assigned process name during the Schedule creation.
BotNameGets the assigned bot name during the Schedule creation.
NameGets the schedule name.
ScheduleTypeGets the type of schedule.
FrequencyGets the the value that indicates the execution time info of the schedule.
CanExpireGets the value that indicates whether the Schedule can expire.
ExpiredGets the value that indicates whether the Schedule is expired.
DisabledGets the value that indicates whether the Schedule is disabled.
ExpiresOnGets the Expiration Date&Time of the Schedule.
LastExecutionTimeGets the last executed Date&Time of the Schedule.
ItemInfoGets the details of the schedule.

Remarks

Use the ScheduleInfo object model to get or update information about the Schedule.