Skip to content

pause()

Pause automation.

Every registered function stops being called until resume(); nothing is lost in the meantime.

Parameters

Automate.pause() is a static utility. Call it on the Automate class itself, for example:

Automate.pause()