Blocking Activity
open inner class BlockingActivity(val activityTime: GetValueIfc, val activityPriority: Int = DELAY_PRIORITY, name: String? = null) : ProcessModel.Entity.BlockingTask
A BlockingActivity is an activity that may block other entities as they wait for the activity's delay to complete.
Parameters
activity Time
the time duration of the activity
activity Priority
the priority associated with the time duration
name
the name of the activity
Inheritors
Constructors
Link copied to clipboard
A BlockingActivity is an activity that may block other entities as they wait for the activity's delay to complete.
constructor(activityTime: GetValueIfc, activityPriority: Int = DELAY_PRIORITY, name: String? = null)