Programming with Reflection
KermitStopServer method
Syntax object.KermitStopServer [Logoff]
Instructs a remote Kermit program running in server mode to shut down.
Logoff Argument Type: Enumeration
Optional
Specifies whether this method logs off from the remote computer, in addition to shutting down the server Kermit program. The values are:
rcNoLogoff
KermitStopServer does not log off the remote server when shutting down the server Kermit program. This is the default action if no Logoff argument is included.
rcLogoff
KermitStopServer does log off the remote server when shutting down the server Kermit program.