Class WaitAllCompleted
Yield instruction that waits until every supplied ProgressiveTask has completed.
public class WaitAllCompleted : CustomYieldInstruction, IEnumerator
- Inheritance
-
CustomYieldInstructionWaitAllCompleted
- Implements
- Inherited Members
-
CustomYieldInstruction.MoveNext()CustomYieldInstruction.Reset()CustomYieldInstruction.Current
Constructors
- WaitAllCompleted(params ProgressiveTask[])
Creates a wait instruction over a fixed set of tasks.
Properties
- keepWaiting
Returns true while at least one tracked task is still incomplete.