Search Results for

    Show / Hide Table of Contents

    Success Exit Code

    Exit codes which indicate a successful execution are configured in this section. If this section is missing, 0 will be defined as default exit code.

    Example

    <successExitCodes>
        <exitCode value="0" /> 
    </successExitCodes>
    

    Elements

    ommand

    Attribute Type Description Required Version
    value integer Exit code which is returned by an executed application X ≥1.7.0
    Back to top