Difference between revisions of "Lua:getForegroundProcess"
Jump to navigation
Jump to search
(zKyPzVdhgY) |
|||
Line 1: | Line 1: | ||
− | + | '''function''' getForegroundProcess() | |
+ | |||
+ | Returns the processid of the program that is currently on the front | ||
+ | |||
+ | |||
+ | ===Function Parameters=== | ||
+ | <none> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * [[openProcess]] | ||
+ | * [[Lua]] |
Revision as of 14:41, 13 May 2012
function getForegroundProcess()
Returns the processid of the program that is currently on the front
Function Parameters
<none>