Back to main index

2.1.12   Get the actual state of the application

The .in file

Attributes in [Head] section:

Type: 12
Allowed Mode: 0 (try once), 1 (try until success), 2 (loop)
Allowed Blocking: 0 (non blocking), 1 (blocking)

Attributes in [ApplicationState] section: No attributes needed

Example .in file: This request gets the actual state of the application, i.e. which dialog is displayed
[Head]
Type=12
Mode=0
Blocking=0

The .out file

Attributes in [ApplicationState] section:

Sample .out file: Resulting .out file from the above .in file example
[Head]
Blocking=0
BlockingDesc=not blocking
Mode=0
ModeDesc=try once
Result=2
ResultDesc=success and request deleted
Timestamp=27223171
Type=12
TypeDesc=get application state
[ApplicationState]
Result=1
ResultDesc=success and request kept
State=0
StateDesc=Intro About


Back to main index Top of page