GetScheduledTasksTask

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)

Constructors

Link copied to clipboard
constructor(description: String, id: String, launchExpirationTime: Int, launchTime: String, maxValue: Int, minValue: Int, name: String, recurrenceEndTime: String, recurrenceType: String, recurrenceValue: String, scheduledAction: String, taskEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the scheduled task.

Link copied to clipboard
val id: String

ID of the scheduled task id.

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
Link copied to clipboard
Link copied to clipboard

Name of the scheduled task name.

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