Files
Basalt/docs/objects/Program/isPaused.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

311 B

isPaused

returns if the program is paused

Returns:

  1. boolean pause status

Usage:

  • Prints the pause status of the program
local mainFrame = basalt.createFrame():show()
local aProgram = mainFrame:addProgram():execute("rom/programs/shell.lua"):show()
basalt.debug(aProgram:isPaused())