exit

exit — terminates the Cascade Historian.

Syntax

(exit [return_code])
    

Arguments

return_code

An optional code returned when the historian exits. If not specified, the default is 0.

Returns

t (true) if successful, otherwise (error).

Description

This command causes the Cascade Historian to terminate, returning the return_code.

Example

[sh]$ lsend Hist1
Hist1> (exit)
t

[sh]$ lsend Hist2
Hist2> (exit 5)
t