moduleOff()
Closes a module without connection to the Event Manager.
Synopsis
int moduleOff ( string moduleName);
Parameters
Parameter | Description |
---|---|
moduleName | Name of the module that should be closed |
Return value
In case of errors, the function returns -1 and otherwise, 0.
Error
Missing or invalid arguments.
Description
Closes the module with the name "moduleName". No connection to the event manager has to be established for closing the module. This means that the _Ui data points will not be used.
Example
main()
{
moduleOff("M1");
}
Assignment
Miscellaneous functions
Availability
UI