AsyncTaskAggregatedResult Enum

Definition

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

public enum AsyncTaskAggregatedResult
type AsyncTaskAggregatedResult = 
Public Enum AsyncTaskAggregatedResult
Inheritance
AsyncTaskAggregatedResult

Fields

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

Applies to