yev_event_is_stopped()
#
yev_event_is_stopped()
checks whether the specified event has reached the stopped state.
Prototype
BOOL yev_event_is_stopped(
yev_event_h yev_event
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
Handle to the event being checked. |
Return Value
Returns TRUE
if the event is in the stopped state, otherwise returns FALSE
.
Notes
This function is useful for determining if an event has completed its execution and is no longer active.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples