Back to main index

2.2.2   Stop navigation

The .in file

Attributes in [Head] section:

Type: 101
Allowed Mode: 0 (try once)
Allowed Blocking: 0 (non blocking), 1 (blocking)

Attributes in [StopNavigation] section: No attributes needed

Sample .in file: This request stops a navigation that is currently running
[Head]
Type=101
Mode=0
Blocking=0

The .out file

Attributes in [StopNavigation] section:

Sample .out file: The navigation was stopped successfully
[Head]
Type=101
TypeDesc=stop navigation
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=107520656
Id=107520625
Result=2
ResultDesc=success and request deleted
ExecuteDuration=78

[StopNavigation]
StopNavigationResult=1
StopNavigationResultDesc=navigation stopped


Back to main index Top of page