samplingState property
The runtime sampling state of this executor.
Implementation
@override
SamplingState get samplingState => TaskControlExecutorSamplingState(
state,
taskControl.triggerId,
taskControl.taskName,
);
The runtime sampling state of this executor.
@override
SamplingState get samplingState => TaskControlExecutorSamplingState(
state,
taskControl.triggerId,
taskControl.taskName,
);