Transfer of control statement properties

The table shows the properties that are available for EGL statements that transfer control between programs.

Table 1. Transfer of control statement properties
Property Description
isExternal Indicates whether a program to be loaded was generated by EGL. Available for the call, show, or transfer statement.
isNoRefresh Indicates whether the program refreshes the screen when the called program returns control. Available for the call statement.
linkageKey Explicitly references the linkage part element that makes runtime access possible. Available for the call or transfer statement.

Feedback