Learn R Programming

simmer (version 3.1.2.9000)

get_queue_count: Get the queue count

Description

Gets the number of customers in a resource's queue by name.

Usage

get_queue_count(env, name)

Arguments

env

the simulation environment.

name

the name of the resource.

Value

Returns a numeric value.

See Also

Other methods to deal with a simulation environment: simmer, reset, now, peek, 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.