Table of Contents

Class WaitAllCompleted

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Yield instruction that waits until every supplied ProgressiveTask has completed.

public class WaitAllCompleted : CustomYieldInstruction, IEnumerator
Inheritance
CustomYieldInstruction
WaitAllCompleted
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.