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