Moo_ProcessRunning ( sProcess );
This function checks if a specified process is running.Parameters
Name | Type | Required | Default | Description |
sProcess | String | Yes | A process name to check. |
Return Value
Returns either a boolean value, or an error code.
Notes
Added in MooPlug Version 0.4.2.
Errors
Error Code | Description |
Moo_ProcessRunning|Err_1 | Invalid number of arguments. |
Related Functions