Moo_ProcessKill ( sProcess );
This function terminates a running processes.Parameters
Name | Type | Required | Default | Description |
sProcess | String | Yes | The process to terminate. |
Return Value
Returns either true if the process was successfully terminated, or an error code.
Notes
Added in MooPlug Version 0.4.7.
Errors
Error Code | Description |
Moo_ProcessKill|Err_1 | Invalid number of arguments. |
Related Functions