Main Content
wait
Description
wait(
waits for the running blocks in
the pipeline to complete or waits until the blocks are guaranteed not to complete for
various reasons, including upstream errors or blocks not being selected to run, before
executing the subsequent command.pipeline
)
Examples
Input Arguments
Version History
Introduced in R2023a
See Also
cancel
| fetchResults
| results
| bioinfo.pipeline.Block
| bioinfo.pipeline.Pipeline
| Biopipeline Designer