pause
An action that indicates the scheduler should pause the task, meaning it will not execute until it is explicitly resumed with Task.resume.
This is useful for tasks that need to be stopped and started arbitrarily, and avoids the need to cancel the task and reschedule it.
Return
a park action