TaskControlExecutorSamplingState constructor

TaskControlExecutorSamplingState(
  1. ExecutorState state,
  2. int triggerId,
  3. String taskName
)

Implementation

TaskControlExecutorSamplingState(super.state, this.triggerId, this.taskName);