resumeProcess

fun resumeProcess(timeUntilResumption: Double = 0.0, priority: Int = KSLEvent.DEFAULT_PRIORITY)

If the entity is executing a process and the process is suspended, then the process is scheduled to resume at the current simulation time.

Parameters

timeUntilResumption

the time until the resumption will occur

priority

the priority parameter can be used to provide an ordering to the scheduled resumption events, if multiple events are scheduled at the same time