Experimental
Checks if a task status represents a terminal state. Terminal states are those where the task has finished and will not change.
The task status to check
true if the status is terminal (completed, failed, or cancelled)
true
completed
failed
cancelled
Checks if a task status represents a terminal state. Terminal states are those where the task has finished and will not change.