Help > Common > Common >
exit
PreviousNext

  • Overview
  • Syntax
  • Arguments
  • Notes
  • Examples
  • Overview

    Terminates the application

    Download ZappyShell

    Syntax

    exit [<EXITCODE>] [-s|--save] [--consoleout FILEPATH] [-v|--verbose]
               [-w|--wait] [-i|--interactive] 
    
    Alias: q, bye
    

    Arguments

    Parameter Description
    <EXITCODE>
    exitcode you want to return to the caller program.
    -s | --save
    save current settings before exit.
    --consoleout FILEPATH
    Captures console output and saves to file
    -v | --verbose
    Log verbosity level. -v means detailed, If you don't specify this option then minimum logging will be done.
    -w | --wait
    Wait for user input before exit
    -i | --interactive
    Continue in interactive mode after this command is completed. This switch is not applicable if you already in interactive mode

    Notes

    Examples

    Examples
    exit program with default exit code (i.e. 0)

    exit
    exit program with exit code -1

    exit -1


    www.zappysys.com | Products | All copyrights reserved. ZappySys LLC.