Terminal Object
Description
This action component allows you to connect to a terminal and enables you to perform actions on the mainframe applications.
Input Properties
- Vendor Type (Dropdown) – The emulator vendor types.
- Terminal Type (Dropdown) – The type of terminal emulation.
- Host Name (String) – The host name of the terminal system.
- Port (Int32) – The port of the terminal system.
- Profile Path (String) – The saved session profile to used to connect the terminal.
- SSL (Boolean) – To specify that the terminal environment system uses an SSL.
- Show Terminal (Boolean) – If checked, displays a view of the terminal screen at runtime.
- Input Terminal (ITerminalObject) – The existing terminal variable that you want to attach to.
- Body (ITerminalObject) – It allows you to add multiple actions within it.
- Timeout (Int32) – Specifies the amount of time (in milliseconds) to wait for the action to run before an error is thrown.
Output Properties
- Result (ITerminalObject) – The established connection, stored in a ITerminalObject variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.