waitOnThread

This method waits for a thread to terminate.

Visibility

Public

Signature
virtual OMBoolean waitOnThread (void* osHandle, 
   timeUnit ms) = 0;
Parameters
osHandle

The operating system handle

ms

The length of time to wait, in milliseconds

Returns

The method returns one of the following Boolean values:


Feedback