RemoteBatchJobAbort

RemoteBatchJobAbort[job]

aborts a remote batch job.

Details

  • job must be a RemoteBatchJobObject expression.
  • RemoteBatchJobAbort[job] sends a termination request to the batch computation provider associated with job.
  • RemoteBatchJobAbort[job] returns job on success.
  • If job is an array job, all of the array job's child jobs will also be terminated.
  • Termination of a job will generally be reflected in the job's "JobStatus" property, although depending on the provider, this may not be immediate.
  • Depending on the provider, terminating an array child job with RemoteBatchJobAbort may cause the "JobStatus" property of the parent array job to indicate a failure.
  • RemoteBatchJobAbort has attribute Listable.

Examples

open allclose all

Basic Examples  (1)

Submit a batch job to a batch computation provider:

Abort the job:

Check the job's status:

Scope  (1)

Submit an array batch job to a remote submission provider:

Abort the job:

Check the job's status:

Check the status of each array child job:

Properties & Relations  (1)

Jobs submitted to the "AWSBatch" provider have a "StatusReason" property indicating the reason that a job is in its current status:

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

Text

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

CMS

Wolfram Language. 2020. "RemoteBatchJobAbort." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RemoteBatchJobAbort.html.

APA

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

BibTeX

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

BibLaTeX

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