WOLFRAM

RemoteBatchJobAbort
RemoteBatchJobAbort

[Experimental]

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)Summary of the most common use cases

Submit a batch job to a batch computation provider:

Out[1]=1

Abort the job:

Out[2]=2

Check the job's status:

Out[3]=3

Scope  (1)Survey of the scope of standard use cases

Submit an array batch job to a remote submission provider:

Out[1]=1

Abort the job:

Out[2]=2

Check the job's status:

Out[3]=3

Check the status of each array child job:

Out[4]=4

Properties & Relations  (1)Properties of the function, and connections to other functions

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

Out[2]=2
Out[3]=3
Wolfram Research (2020), RemoteBatchJobAbort, Wolfram Language function, https://reference.wolfram.com/language/ref/RemoteBatchJobAbort.html.
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.

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.

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

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

BibTeX

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

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

BibLaTeX

@online{reference.wolfram_2024_remotebatchjobabort, organization={Wolfram Research}, title={RemoteBatchJobAbort}, year={2020}, url={https://reference.wolfram.com/language/ref/RemoteBatchJobAbort.html}, note=[Accessed: 07-January-2025 ]}

@online{reference.wolfram_2024_remotebatchjobabort, organization={Wolfram Research}, title={RemoteBatchJobAbort}, year={2020}, url={https://reference.wolfram.com/language/ref/RemoteBatchJobAbort.html}, note=[Accessed: 07-January-2025 ]}