Schedule

class Schedule

Configuration for scheduling when automation rules should execute, including timing and execution windows.

Types

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

Properties

Link copied to clipboard

The time window in minutes during which the automation rule can start implementing recommended actions.

Link copied to clipboard

The expression that defines when the schedule runs. cron expression is supported. A cron expression consists of six fields separated by white spaces: (minutes``hours``day_of_month``month``day_of_week``year)

Link copied to clipboard

The timezone to use when interpreting the schedule expression.

Functions

Link copied to clipboard
inline fun copy(block: Schedule.Builder.() -> Unit = {}): Schedule
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