stopScript()
Stops a function by the stated ID.
Synopsis
int stopScript(int id);
Parameters
Parameter | Description |
---|---|
id | ID of the function to be stopped |
Return value
success: 0, else -1
Errors
ID not available.
Description
The functions stopps the function that has been started with the stated ID
Assignment
Miscellaneous Functions
Availability
CTRL