Class TaskStatus
Inheritance
System.Object
TaskStatus
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This feature is not in active development and may be removed in a future update.")]
[Serializable]
public class TaskStatus
Constructors
TaskStatus(TaskStatus.Status)
Return task current status.
Declaration
public TaskStatus(TaskStatus.Status status)
Parameters
| Type | Name | Description |
|---|---|---|
| TaskStatus.Status | status | status of the task |
Properties
FailureReason
Sets/Gets failure reason of the task.
Declaration
public string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Progress
Return task progress in form of status.
Declaration
public TaskStatus.Status Progress { get; set; }
Property Value
| Type | Description |
|---|---|
| TaskStatus.Status |