Bagikan melalui


AsyncTaskAggregatedResult Enum

Definition

The task's result - aggregated from AsyncTaskResult and AsyncTaskStatus.

public enum AsyncTaskAggregatedResult
type AsyncTaskAggregatedResult = 
Public Enum AsyncTaskAggregatedResult
Inheritance
AsyncTaskAggregatedResult

Fields

Invalid 0
InProgress 1
Succeeded 2
Failed 3
PartialSuccess 4
Cancelled 5

Applies to