WLJS LogoWLJS Notebook

TaskWait

TaskWait[task] waits for the specified task to be completely finished.

Examples

task = SessionSubmit[Pause[2]; "Done"];
TaskWait[task]
task["Result"]

Please visit the official Wolfram Language Reference for more details.

On this page