Back to main index

2.2.3   End application

The .in file

Attributes in [Head] section:

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

Attributes in [EndApplication] section: No attributes needed

Sample .in file: This request ends the application
[Head]
Type=102
Mode=0
Blocking=0

The .out file

Attributes in [EndApplication] section:

Sample .out file: The application has ended successfully
[Head]
Type=102
TypeDesc=end application
Mode=0
ModeDesc=try once
Blocking=0
BlockingDesc=not blocking
Timestamp=28608125
Id=28608093
Result=2
ResultDesc=success and request deleted

[EndApplication]
EndApplicationResult=1
EndApplicationResultDesc=application ended


Back to main index Top of page