timeout_hasPendingTimeouts

Call this function to check if there are any timers running or waiting to be called

bool timeout_hasPendingTimeouts(
    void
)

Parameters

none

Returns

Type: bool

true if there are no more timers lined up

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