Table of Contents

ugBASIC User Manual

WAIT PARALLEL

SYNTAX

   WAIT PARALLEL id

PURPOSE

The WAIT PARALLEL command allows you to wait for the completion of a previously running mandatory thread. In order for the thread to be considered completed, it must reach the last statement of the parallel procedure, or have executed the EXIT PROCEDURE command.

EXAMPLE

  WAIT PARALLEL exampleThread

ABBREVIATION

 WtPr

AVAILABLE ON

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY