%SCR_CLOSELIBRARY
Close the currently open window library
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
status = %SCR_CLOSELIBRARY
or
xcall SCR_CLOSELIBRARY
Return value
status
True if successful; false if not. (^VAL)
Discussion
The %SCR_CLOSELIBRARY function closes the window library that was opened by %SCR_OPENLIBRARY. If an error occurs, the error information is sent to the ESCRIPTERR_METHOD routine before this function returns.
See also
- E_METHOD for more information on registering environment methods
- ESCRIPTERR_METHOD more information on registering and writing a routine for handling script compilation errors