| release_all | R Documentation |
Frees the current patient (i) from each resource. Applies an all_or_none
policy: only acts if the patient is using ALL listed resources. Removes the
patient from both the using list and the queue. When amounts is NULL
(default), releases all entries and purges queue entries for the patient;
when amounts is specified, performs an exact indivisible release without
purging the queue. Schedules resume events only for resources where the
patient was actually using (i.e., where capacity was freed).
release_all(resources, resume_event = NULL, amounts = NULL)
resources |
A list of |
resume_event |
|
amounts |
Integer vector of units per resource, or |
Invisibly NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.