Difference between revisions of "Lua:getForegroundProcess"
Jump to navigation
Jump to search
(→Related Functions) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[openProcess]] | + | * [[Lua:openProcess|openProcess]] |
+ | * [[Lua:getProcesslist|getProcesslist]] | ||
+ | * [[Lua:getOpenedProcessID|getOpenedProcessID]] | ||
+ | * [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]] | ||
+ | * [[Lua:createProcess|createProcess]] | ||
+ | * [[Lua:openFileAsProcess|openFileAsProcess]] |
Latest revision as of 03:25, 18 April 2018
function getForegroundProcess()
Returns the processid of the program that is currently on the front
Function Parameters[edit]
<none>