ProntoActionExecutionSchedule

data class ProntoActionExecutionSchedule(val timestamp: Instant = Instant.now()) : ActionExecutionSchedule

No delay

Constructors

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

Properties

Link copied to clipboard
open val timestamp: Instant