Finish

The only API in this category is commit, which indicates the end of application module script.

commit

Description: Use this interface to indicate the end of application module script. A JSON output is generated which is used by the Application Enablement SDK. The output consists of a number of tags and data which was provided while running the script. Call this interface with print to print a JSON output on a STDOUT.

Is mandatory: Yes

Input parameter: None

Return value: A JSON output

Example:

print ($appObj->commit());