| Table of Contents / System / Multithreading | Operators |
clear_event — Clear the event synchronization object.
clear_event( : : EventHandle : )
clear_event destroys the mutex object given by EventHandle. No threads should be waiting on the event at the time clear_event is called. After calling clear_event, the event can no longer be used. The handle EventHandle becomes invalid.
Event synchronization object.
If the event handle is valid, the operator clear_event returns 2 (H_MSG_TRUE). If necessary, an exception is raised.
create_event, clear_all_events
Foundation
| Table of Contents / System / Multithreading | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |