Difference between revisions of "Lua:getProcesslist"
Jump to navigation
Jump to search
(Created page with ''''function''' getProcesslist(''Strings'' OPTIONAL) Returns a table with the processlist (pid - name ), if 'Strings' is not set. If 'Strings' is set fills a Strings inherited o…') |
|||
Line 1: | Line 1: | ||
− | '''function''' getProcesslist(''Strings'' OPTIONAL) | + | '''function''' getProcesslist(''Strings'' OPTIONAL) ''':''' table '''-''' Strings |
Returns a table with the processlist (pid - name ), if 'Strings' is not set. | Returns a table with the processlist (pid - name ), if 'Strings' is not set. |
Revision as of 02:12, 11 March 2017
function getProcesslist(Strings OPTIONAL) : table - Strings
Returns a table with the processlist (pid - name ), if 'Strings' is not set.
If 'Strings' is set fills a Strings inherited object with the process list of the system.
Format: %x-pidname
Function Parameters
Parameter | Type | Description |
---|---|---|
Strings | Strings | Set optionaly to the Strings object to fill |