ecl-logo Documentation

AbortComputation

AbortComputation[computations]abortedComputations

sets the Status of one or more computations to Aborting, which will stop the computation(s) immediately by terminating the currently evaluating cell.

Details

  • Computations can only be aborted if they have a current status of Queued, Ready, Staged, or Running.
  • Queued, Ready, and Staged jobs will be Aborted immediately.
  • Running jobs will be aborted immediately by terminating the currently evaluating cell. It may take up to an additional two minutes for the Manifold server to shut down this computation.
  • Input
    Output

Examples

Basic Examples  (3)

Abort a Manifold computation by changing its status to Aborting. Unlike StopComputation, AbortComputation will terminate a Manifold computation immediately, without allowing the currently evaluating cell to finish:

Abort multiple Manifold computations by changing their Status fields to Aborting, and return all aborted computations:

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

Messages  (2)

ComputationNotAborted  (1)

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

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: