Enum TaskCompletionStatus
Gives the status of the completed task.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum TaskCompletionStatus : int
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. |