WaitAsynchronousTask

WaitAsynchronousTaskは,バージョン11.2で実験的に導入されたTaskWaitに置き換えられた.

WaitAsynchronousTask[task]

task が完了するのを待つ.

詳細とオプション

  • taskAsynchronousTaskObject式である.
  • WaitAsynchronousTasktask が完了するまで待つ.
  • 使用可能なオプション
  • "Timeout" Infinity戻るまでの待ち時間

例題

すべて開くすべて閉じる

  (1)

非同期タスクを開始してそれが終了するまで待つことは,タスクを同期的に実行することと同じである:

オプション  (1)

"Timeout"  (1)

非同期タスクが完了するのを待ち,その後,たとえそれが終了していなくても継続する:

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

テキスト

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

CMS

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

APA

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

BibTeX

@misc{reference.wolfram_2024_waitasynchronoustask, author="Wolfram Research", title="{WaitAsynchronousTask}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/WaitAsynchronousTask.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

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