Moo_ProcessList ( sSeparator );
This function lists all of the currently running processes on the client machine, optionally matching a specified name.Parameters
Name | Type | Required | Default | Description |
sSeparator | String | No | An optional separator for the output list. |
Return Value
Returns either a list of running processes, or an error code.
Notes
Added in MooPlug Version 0.4.2.
Errors
Error Code | Description |
Moo_ProcessList|Err_1 | Invalid number of arguments. |
Related Functions