stop method
Stop the executor. Stopped until start
or restart is called.
Implementation
@override
@nonVirtual
void stop() {
info('Stopping $this - $configuration');
_stateMachine.stop();
}
Stop the executor. Stopped until start
or restart is called.
@override
@nonVirtual
void stop() {
info('Stopping $this - $configuration');
_stateMachine.stop();
}