ixLogout
ixLogout - logs out the user
SYNOPSIS
ixLogout
DESCRIPTION
The ixLogout command logs out the user.
ARGUMENTS
None
RETURNS
0
No error; the command was successfully delivered to the IxServer.
1
Error; the command was delivered to the IxServer but it could not process the message.
EXAMPLES
package require IxTclHal
if {[ixLogout] != 0} {
ixPuts "Could not log you out"
}