Operation: Apps Status
The Apps Status
operation outputs information about the failed and deployed X4 apps.
Example Output
The adapter generates an XML document as output:
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<AppStatus>
<AppsDeployed>
<Number>1</Number>
<App>MyX4App.x4app</App>
</AppsDeployed>
<AppsFailed>
<Number>1</Number>
<App>MyX4App.x4app</App>
</AppsFailed>
</AppStatus>
The following elements are included in the output:
Element | Description | Possible values |
---|---|---|
Number | Number of deployed X4 Apps |
|
App | Name of the X4 App file including the file extension |
|