Difference between revisions of "Lua:unpause"

From Cheat Engine
Jump to navigation Jump to search
(Created page with ''''function''' unpause() resumes the currently opened process if it was paused. ===Function Parameters=== <none> == See also == * pause * Lua')
 
m (Added CodeBox Template.)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''function''' unpause()
+
[[Category:Lua]]
 +
{{CodeBox|'''function''' unpause()}}
  
resumes the currently opened process if it was paused.
+
Resumes the currently opened process if it was paused.
  
 +
{{LuaFunctionParametersNone}}
  
===Function Parameters===
+
=== Example ===
<none>
+
<pre>
 +
unpause()  -- The target process resumes execution
 +
</pre>
  
== See also ==
+
{{LuaSeeAlso}}
* [[pause]]
+
 
* [[Lua]]
+
{{Process}}

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