Get Scheduled Tasks Task
data class GetScheduledTasksTask(val description: String, val id: String, val launchExpirationTime: Int, val launchTime: String, val maxValue: Int, val minValue: Int, val name: String, val recurrenceEndTime: String, val recurrenceType: String, val recurrenceValue: String, val scheduledAction: String, val taskEnabled: Boolean)
Properties
Link copied to clipboard
Description of the scheduled task.
Link copied to clipboard
The time period during which a failed scheduled task is retried.
Link copied to clipboard
The time at which the scheduled task is triggered.
Link copied to clipboard
Specifies the end time after which the scheduled task is no longer repeated.
Link copied to clipboard
Specifies the recurrence type of the scheduled task.
Link copied to clipboard
Specifies how often a scheduled task recurs.
Link copied to clipboard
The operation to be performed when a scheduled task is triggered.
Link copied to clipboard