ScheduleAction

Contains information on a single schedule action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the action, must be unique within the schedule. This name provides the main reference to an action once it is added to the schedule. A name is unique if it is no longer in the schedule. The schedule is automatically cleaned up to remove actions with a start time of more than 1 hour ago (approximately) so at that point a name can be reused.

Link copied to clipboard

Settings for this schedule action.

Link copied to clipboard

The time for the action to start in the channel.

Functions

Link copied to clipboard
inline fun copy(block: ScheduleAction.Builder.() -> Unit = {}): ScheduleAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String