pause method

void pause()
inherited

Pause the probe. The probe is paused until resume or restart is called.

Implementation

void pause() => _stateMachine.pause();