Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / KermitStopServer Method
A KermitStopServerOption value that 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.
In This Topic
    KermitStopServer Method
    In This Topic
    Instructs a remote Kermit program running in server mode to quit.
    Syntax
    expression.KermitStopServer( _
       ByVal option As KermitStopServerOption _
    ) As ReturnCode
    where expression is a variable that represents a FileTransfer Object

    Parameters

    option
    A KermitStopServerOption value that 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.

    Return Value

    One of the following ReturnCode enumerated values.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    See Also