Operator Reference
signal_event (Operator)
signal_event
— Unlock an event synchronization object.
Signature
signal_event( : : EventHandle : )
Description
signal_event
releases the event given in EventHandle
.
Signaling an event that is already signaled has no effect.
Execution Information
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
EventHandle
(input_control) event →
(handle)
Event synchronization object.
Result
If the event handle is valid, the operator signal_event
returns 2 (
H_MSG_TRUE)
. If necessary, an exception is raised.
Possible Predecessors
Possible Successors
Module
Foundation