Companion
Properties
The default priority for resuming from a blockage. The default is KSLEvent.VERY_HIGH_PRIORITY -10
The default priority for releasing conveyor cells. The default is KSLEvent.VERY_HIGH_PRIORITY + 9. This makes the priority slightly less than very high.
The default priority for requesting conveyor cells. The default is KSLEvent.HIGH_PRIORITY
The default priority for time delays. The default is KSLEvent.MEDIUM_PRIORITY
The default priority for interrupt delays. The default is KSLEvent.MEDIUM_PRIORITY
The default priority for move delays. The default is KSLEvent.MEDIUM_PRIORITY
The default queuing priority. By default, it is KSLEvent.MEDIUM_PRIORITY.
The default priority for resuming suspends. By default, it is KSLEvent.VERY_VERY_HIGH_PRIORITY - 9. This makes the priority slightly higher than VERY_VERY_HIGH.
The default priority for resuming suspends. By default, it is KSLEvent.VERY_HIGH_PRIORITY - 10.
The default priority for seizing resources. The default is KSLEvent.VERY_HIGH_PRIORITY
The default priority for requesting movable resources. The default is KSLEvent.HIGH_PRIORITY
The default priority for queueing for signals. By default, it is KSLEvent.MEDIUM_PRIORITY.
The default priority for yielding control to the executive. The default is KSLEvent.LOW_PRIORITY.