timeout_hasPendingCallbacks

Call this function to check if there are events that are being executed or waiting to be executed

bool timeout_hasPendingCallbacks(
    void
)

Parameters

none

Returns

Type: bool

true if there are no more events lined up

false if there are still events that are running or waiting to be called