Perform a WaitOne
on the event with a timeout value of zero.
It will return true if the event is set, or false if the timeout occurs.
In other words, true -> event is set, false -> event is not set.
Perform a WaitOne
on the event with a timeout value of zero.
It will return true if the event is set, or false if the timeout occurs.
In other words, true -> event is set, false -> event is not set.