exit

exit — exits the Cascade TextLogger.

Syntax

(exit [exit_status])
    

Arguments

exit_status

An integer, the exit status of the program to be returned to the operating system.

Returns

If this function returns a value at all, it will be nil, indicating that the exit function failed. Normally this function will cause the Cascade TextLogger to exit, so that the client will see a disconnection rather than a return value.