InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / Close Method
One of the CloseOption enum values
In This Topic
    Close Method (T27Terminal)
    In This Topic
    Closes the terminal session with the close option.
    Syntax
    expression.Close( _
       ByVal option As CloseOption _
    ) As ReturnCode
    where expression is a variable that represents a T27Terminal Object

    Parameters

    option
    One of the CloseOption enum values

    Return Value

    One of the ReturnCode enum values
    See Also