Enum TaskCompletionStatus
Gives the status of the completed task.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum TaskCompletionStatus
              Fields
| Name | Description | 
|---|---|
| Cancelled | Task has been canceled.  | 
                  
| Failure | Task failed as either an exception has been thrown or time out has reached.  | 
                  
| Success | Task has completed successfully.  |