ecl-logo Documentation

StopComputation

StopComputation[computations]stoppedComputations

sets the Status of one or more computations to Stopping, which will stop the computation(s) after the currently evaluating cell has completed.

Details

  • Computations can only be stopped if they have a current status of Queued, Ready, Staged, or Running.
  • Queued, Ready, and Staged jobs will be Stopped immediately.
  • Running jobs will be Stopped after the currently evaluating cell has completed.
  • Input
    Output

Examples

Basic Examples  (3)

Stop a Manifold computation by changing its status to Stopping. Stopping a computation will terminate it from the Manifold server after the currently evaluating cell has finished:

Stop multiple Manifold computations by changing their Status fields to Stopping, and return all stopped computations:

Computations can only be Stopped if their current status is Running, Queued, Staged, or Ready:

Messages  (2)

ComputationNotFound  (1)

Warning is shown if one or more input objects cannot be found in the database. This can occur if the object does not exist, or if you do not have permissions to view/modify the input object:

ComputationNotStopped  (1)

Warning is shown if one or more computations has a status which cannot be Stopped. Only Running, Queued, Staged, and Ready computations can be stopped: