task_any Module

Functions

task_any

Determine whether any of the given tasks is completed.

task_any(tasks)

Parameters

tasks
Task
Required

The tasks to evaluate their current state.

Returns

Returns a completed Durable Task Set if any of the tasks is completed. Returns a not completed Durable Task Set if none of the tasks are completed. Returns a faulted Taskset if all tasks are faulted

Return type