$EvaluationEnvironment

$EvaluationEnvironment

gives a string indicating the type of local or cloud environment in which the current Wolfram Language evaluation is being performed.

Details

  • Typical values for $EvaluationEnvironment include:
  • "Session"local or cloud interactive session
    "Script"script run in batch mode
    "Subkernel"parallel or grid subkernel
    "WebEvaluation"cloud evaluation initiated by an HTTP request
    "WebAPI"API called through an HTTP request
    "Scheduled"scheduled task
    "BatchJob"remote batch job
  • The "Script" environment is used by wolframscript for local script execution.
  • The "WebEvaluation" environment is used by CloudEvaluate and by wolframscript -cloud.
  • The "WebAPI" environment is used when code in Delayed, APIFunction, FormFunction, etc. is executed as a result of a web request.
  • The "BatchJob" environment is used for code run via RemoteBatchSubmit and RemoteBatchMapSubmit.

Examples

open allclose all

Basic Examples  (2)

In an interactive session, the evaluation environment is "Session":

Remote evaluation in the cloud gives a different result:

Scope  (5)

Interactive session:

A remote evaluation inside CloudEvaluate:

An evaluation in an API call:

An evaluation in a cloud task:

Once the task is finished, the saved environment can be retrieved:

Parallel subkernels are identified as "Subkernel":

Wolfram Research (2014), $EvaluationEnvironment, Wolfram Language function, https://reference.wolfram.com/language/ref/$EvaluationEnvironment.html (updated 2019).

Text

Wolfram Research (2014), $EvaluationEnvironment, Wolfram Language function, https://reference.wolfram.com/language/ref/$EvaluationEnvironment.html (updated 2019).

CMS

Wolfram Language. 2014. "$EvaluationEnvironment." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2019. https://reference.wolfram.com/language/ref/$EvaluationEnvironment.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2023_$evaluationenvironment, organization={Wolfram Research}, title={$EvaluationEnvironment}, year={2019}, url={https://reference.wolfram.com/language/ref/$EvaluationEnvironment.html}, note=[Accessed: 19-March-2024 ]}