WAIT PARALLEL id
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.
WAIT PARALLEL exampleThread
WtPr
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!