Class ProgressiveTask
Coroutine-backed task handle that can be yielded until some Vista process reports completion.
public class ProgressiveTask : CustomYieldInstruction, IEnumerator
- Inheritance
-
CustomYieldInstructionProgressiveTask
- 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.