InfoConnect for Airlines VBA Guide
KermitStopServer Function
Specifies whether this method logs off from the remote computer, in addition to quitting the server Kermit program. The values are: KermitStopServerOption.NoLogoff KermitStopServer does not log off the remote server. This is the default action if no Logoff argument is included. KermitStopServerOption.Logoff KermitStopServer does log off the remote server.
Instructs a remote Kermit program running in server mode to quit.
Syntax
object.KermitStopServer( _
   ByVal option As KermitStopServerOption _
) As ReturnCode

Parameters

option
Specifies whether this method logs off from the remote computer, in addition to quitting the server Kermit program. The values are: KermitStopServerOption.NoLogoff KermitStopServer does not log off the remote server. This is the default action if no Logoff argument is included. KermitStopServerOption.Logoff KermitStopServer does log off the remote server.
See Also