TRANSITIONAL screen type

For a TRANSITIONAL screen, the body consists of a single INSTRUCTION line of Please stand by.

This indicates that the task is currently processing some data. Users may press Cancel to stop the task. The following example shows a task in progress menu. Line 6 consists of the INSTRUCTION LINE, and is automatically added by the diag_task_screen function. See also Diagnostic Progress Indicators.

             1         2         3         4         5         6         7
   01234567890123456789012345678901234567890123456789012345678901234567890123456789
   --------------------------------------------------------------------------------
 1 HARDWARE ERROR REPORT						     802905
 2
 3
 4 Reading current error log.
 5
 6 Please stand by.
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 F3=Cancel           F10=Exit
   --------------------------------------------------------------------------------