queue_empty: Check if the event queue is empty
Description
Check if the event queue is empty
Usage
queue_empty(ptr, exclude_inf = FALSE)
Value
Logical, TRUE if the queue is empty, FALSE otherwise.
Arguments
- ptr
The event queue pointer. Defaults to cur_evtlist
.
- exclude_inf
Logical, whether to exclude events with Inf time. Default is FALSE.