FS_QUIT

Terminate a file-stack system

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
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)