releaseAllResources

abstract fun releaseAllResources(releasePriority: Int = PRIORITY)

Releases ALL the resources that the entity has currently allocated to it

Parameters

releasePriority

the priority associated with this release. This priority is used to order the resumption events associated with the release. If multiple releases occur at the same simulated time, this priority can be used to order the associated resumption of dependent processes.