StopScreenRecording

Family: Video · One form

What it does

StopScreenRecording makes something happen at once: it stops. It takes no arguments, and returns nothing.

Syntax

StopScreenRecording()

Parameters

No parameters.

Every form returns

nothing

Example · generated

StopScreenRecording()DO  Sync()LOOP

StopScreenRecording is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.

Related commands

18 commands in Video