This method waits for a
thread to terminate.
Signaturevirtual OMBoolean waitOnThread (void* osHandle,
timeUnit ms) = 0;
ParametersosHandle
The operating system handle
ms
The length of time to wait, in milliseconds
ReturnsThe
method returns one of the following Boolean values:
- TRUE - method was successful.
- FALSE - The method
failed.