Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / Execute Method
An InputMapAction object that has the action to be executed.
In This Topic
Execute Method (Terminal)
In This Topic
Execute a given action. Actions possible is defined in InputMapActionID.
Syntax
expression.Execute( _
   ByVal action As InputMapAction _
) As ReturnCode
where expression is a variable that represents a Terminal Object

Parameters

action
An InputMapAction object that has the action to be executed.

Return Value

One of the following ReturnCode enumeration values.

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

See Also