unexpectedProcessesInRunqueue property

bool? unexpectedProcessesInRunqueue
getter/setter pair

True if unexpected processes in the scheduler run queue are present.

Such processes are in the run queue, but not in the process task list.

Implementation

core.bool? unexpectedProcessesInRunqueue;