Condition Class
The condition concept offers a way of the synchronization. Each condition is
associated with an important event (condition); hence the appearance of a signal
is meant as appearance of the associated event, which manifests in establishing
the relevant condition. Generally, three kinds of operations on signals are
defined, namely, wait - to suspend process until the associated signal will be
sent, Notify - to awake one of the waiting processes, and IsAwaiting - to check
if any process is waiting for the specified signal.
Namespace:
UAOOI.ProcessObserver.RealTime.ProcessesAssembly: RealTime (in RealTime.dll)