FS_QUIT
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall FS_QUIT([channel])
Arguments
channel
(optional) The file-stack channel. If not passed, the default file-stack channel is used. (n)
Discussion
FS_QUIT terminates the given file-stack system.
Examples
The following example terminates the file-stack system whose channel is stored in pgchn.
xcall fs_quit(pgchn)