Details
Description
When rX_SysBlockTask() or any other operation that will suspend the current task is called on a task while the scheduler is locked (e.g. called in Interrupt context or rX_SysLockScheduler has been called before) the task will be marked as blocked but might get scheduled once on next reschedule.
Introduced with RCX-656