Pause the executor. Paused until resume or stop is called.
@override void pause() { info('Pausing $runtimeType'); _stateMachine.pause(); }