yev_start_event()

yev_start_event()#

yev_start_event() starts the specified event, transitioning it to the running state if applicable.

Prototype

int yev_start_event(
    yev_event_h yev_event
);

Parameters

Key

Type

Description

yev_event

yev_event_h

Handle to the event that should be started.


Return Value

Returns 0 on success, or a negative value on failure.

Notes

For timer events, use yev_start_timer_event() instead.

Prototype

// Not applicable in JS

Prototype

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