Skip to main content
function ExecutionLogIterator.done
def ExecutionLogIterator.done() -> bool
Returns True if stream is complete and all the events are received via for or calling try_pop repeatedly. function ExecutionLogIterator.try_pop
def ExecutionLogIterator.try_pop() -> None | exec_log_entry
Returns ExecLogEntry if event buffer is not empty. Maximum 1000 events is buffered at once.