DelayedActionExecutionSchedule

data class DelayedActionExecutionSchedule(val delay: Duration, val timestamp: Instant = Instant.now()) : ActionExecutionSchedule

Run after a given delay

Constructors

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

Properties

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