[TOC]

pause

Pause execution

Usages

pause

state = pause

pause(n)

state = pause(n)

pause('query')

state = pause('query')

pause(newState)

state = pause(newState)

StateDescription
onCalling pause or pause(n) will pause the execution of the currently running program.
offCalling pause or pause(n) will have no effect.

Discussions

When the executed is paused, the user can tap the "Play" button shown below to resume the execution.

unpause