311 B
311 B
isPaused
returns if the program is paused
Returns:
booleanpause 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())