FS_QUIT

Terminate a file-stack system

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
xcall FS_QUIT([channel])

channel

(optional) The file-stack channel. If not passed, the default file-stack channel is used. (n)

FS_QUIT terminates the given file-stack system.

The following example terminates the file-stack system whose channel is stored in pgchn.

xcall fs_quit(pgchn)