clearBlockage

abstract fun clearBlockage(blockage: ProcessModel.Entity.Blockage, priority: Int = BLOCKAGE_PRIORITY)

Causes the blockage to be cleared and any entities suspended because of the blockage to be resumed. The blockage can only be cleared by the entity that created it.

Parameters

blockage

the blockage to clear

priority

the priority for the resumption of suspended entities associated with the blockage