StageWaitTarget

data class StageWaitTarget(val stage: CommandStage, val function: NamedFunctionInfoData? = null) : WaitTarget

Constructors

Link copied to clipboard
constructor(stage: CommandStage, function: NamedFunctionInfoData? = null)

Properties

Link copied to clipboard
open override val function: NamedFunctionInfoData?
Link copied to clipboard
open override val stage: CommandStage

Functions

Link copied to clipboard
open fun shouldNotify(processingStage: CommandStage): Boolean
open fun shouldNotify(signal: WaitSignal): Boolean
Link copied to clipboard