Table of Contents

Class ProgressiveTask

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

Coroutine-backed task handle that can be yielded until some Vista process reports completion.

public class ProgressiveTask : CustomYieldInstruction, IEnumerator
Inheritance
CustomYieldInstruction
ProgressiveTask
Implements
Derived
Inherited Members
CustomYieldInstruction.MoveNext()
CustomYieldInstruction.Reset()
CustomYieldInstruction.Current

Properties

isCompleted

Indicates whether the task has been marked as finished.

keepWaiting

Returns true while the task is still running so Unity keeps yielding on it.

Methods

Complete()

Marks the task as completed so any waiter stops yielding on it.