Files
Basalt/docs/docs1_6/objects/Program/isPaused.md
Robert Jelic d4c72514ef Docs 1.6
Accidentally uploaded outdated 1.6 docs
2023-05-01 16:28:46 +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())