WaitPlan
data class WaitPlan(val waitStage: CommandStage = CommandStage.PROCESSED, val waitContext: String? = null, val waitProcessor: String? = null, val waitTimeout: Long? = null)
Constructors
Link copied to clipboard
constructor(waitStage: CommandStage = CommandStage.PROCESSED, waitContext: String? = null, waitProcessor: String? = null, waitTimeout: Long? = null)