Skip to content

Fix implicit task unpause when going from 'running' to 'idle'.

Witold Krecicki requested to merge wpk/fix-accidental-task-unpause into master

If a task is running and we call isc_task_pause it can be implicitly unpaused when we switch from 'running' to 'idle' state. Fix it by not switching to 'idle' when paused.

Merge request reports