Exit

Exit[]

terminates a Wolfram Language kernel session.

Details

  • Exit can be used as a shortcut for Exit[] if it is the entirety of the input expression.
  • Exit[] terminates the kernel session even if called from within Dialog.
  • Before terminating a kernel session, the Wolfram Language executes any delayed value that has been assigned to the global variable $Epilog. Conventionally, this attempts to read in, using Get, the package file end` that contains commands to be executed before termination.
  • On most computer systems, Exit[n] can be used to pass the integer exit code n to the operating system.
  • On systems that support exit codes, Exit[] is equivalent to Exit[0].
  • The Wolfram Language kernel uses the following exit codes when it quits automatically:
  • 0normal exit
    1an internal error occurred
    2an attempt to start the kernel via WSTP failed
    3the kernel quit from the interrupt menu
  • The Wolfram Language kernel uses exit codes between 60 and 85 when startup failed due to license restrictions. Most of these failures refer to a problem with a password entry found in $PasswordFile. Common values include:
  • 60the network license server cannot give licenses for this product
    61network license limit reached
    62invalid activation key/password combination
    63expired password
    70no password file found
    71unable to connect to network license server
    72password file empty
    73password file has empty password entry
    74password file has truncated password entry
    75network license server can only authorize older versions of the product
    78invalid activation key entered
    81the network license server instructed the kernel to terminate
    82the network license server refused to give a license
    84the network license server refused to give a license due to a configured restriction
    85single-machine process limit reached
  • Exit[] is a synonym for Quit[].

Examples

Basic Examples  (1)

Exit terminates the kernel, losing any definitions that have been made:

Exit[] will terminate the kernel. Do not enter it if you have any definitions you want to keep:

The previous definition for a has been lost:

Wolfram Research (1988), Exit, Wolfram Language function, https://reference.wolfram.com/language/ref/Exit.html (updated 2020).

Text

Wolfram Research (1988), Exit, Wolfram Language function, https://reference.wolfram.com/language/ref/Exit.html (updated 2020).

CMS

Wolfram Language. 1988. "Exit." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/Exit.html.

APA

Wolfram Language. (1988). Exit. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Exit.html

BibTeX

@misc{reference.wolfram_2023_exit, author="Wolfram Research", title="{Exit}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/Exit.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_exit, organization={Wolfram Research}, title={Exit}, year={2020}, url={https://reference.wolfram.com/language/ref/Exit.html}, note=[Accessed: 19-March-2024 ]}