yev_event_is_stopping()

yev_event_is_stopping()#

Checks if the given yev_event_h event is in the process of stopping.

Prototype

BOOL yev_event_is_stopping(
    yev_event_h yev_event
);

Parameters

Key

Type

Description

yev_event

yev_event_h

The event handle to check.


Return Value

Returns TRUE if the event is in the process of stopping, otherwise FALSE.

Notes

This function helps determine if an event is currently transitioning to a stopped state.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples