Lua:getProcessIDFromProcessName
(Redirected from getProcessIDFromProcessName)
Jump to navigation
Jump to search
function getProcessIDFromProcessName(processname)
Searches the processlist for the given name and if found returns the processID. Returns nil if not found
Parameter | Type | Description |
---|---|---|
processname | String | The processname to find |