Difference between revisions of "Lua:unpause"

From Cheat Engine
Jump to navigation Jump to search
(Related Functions)
m (Added CodeBox Template.)
 
Line 1: Line 1:
 
[[Category:Lua]]
 
[[Category:Lua]]
'''function''' unpause()
+
{{CodeBox|'''function''' unpause()}}
  
resumes the currently opened process if it was paused.
+
Resumes the currently opened process if it was paused.
  
 +
{{LuaFunctionParametersNone}}
  
{{LuaFunctionParametersNone}}
+
=== Example ===
 +
<pre>
 +
unpause()  -- The target process resumes execution
 +
</pre>
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
  
=== Related Functions ===
+
{{Process}}
* [[Lua:pause|pause]]
 

Latest revision as of 00:54, 5 December 2025

<> Function

function unpause()

Resumes the currently opened process if it was paused.

Function Parameters[edit]

<none>

Example[edit]

unpause()  -- The target process resumes execution

See also[edit]

Lua
Script Engine

Related Functions[edit]

createProcess
openProcess
onOpenProcess
getForegroundProcess
getOpenedProcessID
getProcessIDFromProcessName
openFileAsProcess
saveOpenedFile
setPointerSize
setAssemblerMode
getProcesslist
getWindowlist
pause
unpause
targetIs64Bit
enumModules
closeRemoteHandle