Initializing help system before first use

XPRDdisconnect

XPRDdisconnect


Purpose
Release a Mosel instance.
Synopsis
int XPRDdisconnect(XPRDmosel mosel);
Argument
mosel 
Mosel instance
Return value
exit status of the instance.
Further information
1. All models are unloaded (running models are first stopped) before closing the connection and releasing the resources used by the instance.
2. Function XPRDshutdown is automatically called during the disconnection procedure.
3. An XPRDmosel object can no longer be used after it has been disconnected.
Related topics