Looks for future events in the event queue.
peek(env, steps = 1, verbose = F)
the simulation environment.
number of steps to peek.
show additional information (i.e., the name of the process) about future events.
Returns numeric values if `verbose=F` and a data frame otherwise.
Other methods for dealing with a simulation environment: simmer, reset, now, onestep, run, add_resource, add_generator, get_mon_arrivals, get_mon_attributes, get_mon_resources, get_n_generated, get_capacity, get_queue_size, get_server_count, get_queue_count.