Search Results for

    Show / Hide Table of Contents

    scriptProcess

    This element defines default settings for the process type script. Parent Element: processSettings

    Example

    <scriptProcess> 
       <runInHiddenMode value="true" /> 
       <successExitCodes> 
         <exitCode value="0" /> 
       </successExitCodes> 
    </scriptProcess>
    

    Elements

    Element Description Required Version
    successExitCodes Defines a list of valid global exit codes for the specified process. Sucess exitcodes can also be defined in every package in the LauncherConfig.xml. ≥1.0.0
    runInHiddenMode Defines if the process is running in hidden mode or not. By default, the hidden mode is true ≥1.0.0
    Back to top