Difference between revisions of "Lua:pause"
Jump to navigation
Jump to search
m (Added CodeBox Template.) |
m (Syntax Highlighting.) |
||
| Line 7: | Line 7: | ||
=== Example === | === Example === | ||
| − | < | + | <syntaxhighlight lang="lua" line> |
pause() -- The target process is now paused | pause() -- The target process is now paused | ||
| − | </ | + | </syntaxhighlight> |
{{LuaSeeAlso}} | {{LuaSeeAlso}} | ||
{{Process}} | {{Process}} | ||
Latest revision as of 19:16, 25 June 2026
Pauses the currently opened process.
Function Parameters[edit]
<none>
Example[edit]
1 pause() -- The target process is now paused