pressAndWait |
Top Previous Next |
In a real terminal, the typed data is sent to the mainframe upon pressing one of the keys known as Attention Identifier keys (AID). These keys act as function keys that are sent along with the typed data. In z/Scope Anywhere you can use the PressAndWait method to simulate this action.
The pressAndWait method sends an Attention Identifier Key along with the modified fields, but it blocks the code execution waiting until the system gets unlocked. Modified fields can be input fields (unprotected) or sometimes protected fields having the property Modified set to True.
JavaScript code
Parameters
aidKey : String
Read more:
|