yev_event_is_running()
#
yev_event_is_running()
checks whether the specified event is currently in the running state.
Prototype
BOOL yev_event_is_running(
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 running state, otherwise returns FALSE
.
Notes
This function helps determine if an event is actively being processed within the event loop.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples