Figure 2-6 reset-action template sample – Nortel Networks VT100 User Manual

Page 23

Advertising
background image

2-10

Template files

555-9001-316 Standard 1.0 February 1996

Figure 2-6
Reset-action template sample

The action template using this reset-action template would enter

reset_cust

as the

reset-action

entry.

logout-action

The

logout-action

specifies a logout-action template to be executed if the

reset-action template fails, or if the transaction fails and there is no
reset-action template specified. If the transaction succeeds, the logout-action
template is not executed.

The TRS uses the logout-action template to return the failed transaction to the
initial screen (usually a login screen). After it successfully executes the
logout-action template, it executes the initial-action template (described later
in this chapter) after 30 seconds. Figure 2-7 shows the flow of the logout
action template.

#This reset-action template returns the host computer application
#to the main menu screen from the customer information screen
#filename: reset_cust.act
reset_cust accounting – –
clrcust
#exit the customer information screen
atmenu
#leave the session at the menu screen

Advertising