RemoteBatchJobAbort

RemoteBatchJobAbort[job]

リモートのバッチジョブを途中停止する.

詳細

  • jobRemoteBatchJobObject式でなければならない.
  • RemoteBatchJobAbort[job]job と関連付けられたバッチ計算プロバイダに終了リクエストを送る.
  • RemoteBatchJobAbort[job]は成功すると job を返す.
  • job が配列ジョブの場合は,配列ジョブの子ジョブもすべて終了される.
  • ジョブの終了は,普通はジョブの "JobStatus"特性に反映されるが,プロバイダによってはすぐに反映されない場合もある.
  • プロバイダによっては,RemoteBatchJobAbortで配列の子ジョブを終了すると親の配列ジョブの"JobStatus"特性が失敗になることがある.
  • RemoteBatchJobAbortは属性Listableを有する.

例題

すべて開くすべて閉じる

  (1)

バッチ計算プロバイダにバッチジョブを送信する:

ジョブを中止する:

ジョブの状態をチェックする:

スコープ  (1)

リモートの送信プロバイダに配列バッチジョブを送信する:

ジョブを中止する:

ジョブの状態をチェックする:

各配列の子ジョブの状態をチェックする:

特性と関係  (1)

"AWSBatch"プロバイダに送信されたジョブは,ジョブが現行状態に至った理由を示す"StatusReason"特性を持つ:

Wolfram Research (2020), RemoteBatchJobAbort, Wolfram言語関数, https://reference.wolfram.com/language/ref/RemoteBatchJobAbort.html.

テキスト

Wolfram Research (2020), RemoteBatchJobAbort, Wolfram言語関数, 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_2024_remotebatchjobabort, author="Wolfram Research", title="{RemoteBatchJobAbort}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/RemoteBatchJobAbort.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

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