ScheduledActionExecutionSchedule

data class ScheduledActionExecutionSchedule(val till: Instant, val timestamp: Instant = Instant.now()) : ActionExecutionSchedule

Run at the given time in the future

Constructors

Link copied to clipboard
constructor(till: Instant, timestamp: Instant = Instant.now())

Properties

Link copied to clipboard
Link copied to clipboard
open val timestamp: Instant