Back to main index |
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 |
Attributes in [StopNavigation] section:
StopNavigationResult | Description |
---|---|
1 | navigation stopped successfully |
-1 | navigation was not running |
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 |