Difference between revisions of "Lua:getProcessIDFromProcessName"
								
								Jump to navigation
				Jump to search
				
				
		
 					
								
							
		| Line 1: | Line 1: | ||
| + | [[Category:Lua]]  | ||
'''function''' getProcessIDFromProcessName(''processname'')  | '''function''' getProcessIDFromProcessName(''processname'')  | ||
Revision as of 13:22, 19 March 2017
function getProcessIDFromProcessName(processname)
Searches the processlist for the given name and if found returns the processID. Returns nil if not found
Function Parameters
| Parameter | Type | Description | 
|---|---|---|
| processname | String | The processname to find |