![]() |
• System Utilities | ||
|
API Links
Developer Links
|
Signal::WaitDefined in:
Waits for a signal to be triggered.
C4Threads.hPrototype
Parameters
Description
The Wait function waits for a signal to be triggered or for a timeout interval to expire. If no trigger occurs before the the timeout interval expires, then the return value is kSignalTimeout. Otherwise, the return value is the index value that was passed to the Signal::Trigger function to trigger the signal.
See Also
|