function ExecutionLogIterator.done
Returns
True if stream is complete and all the events are received via for or calling try_pop repeatedly.
function ExecutionLogIterator.try_pop
Returns
ExecLogEntry if event buffer is not empty. Maximum 1000 events is buffered at once.
