TookanTaskStatus Enumeration |
Task statuses
IMPORTANT : There is no status text for "5". It's skipped or removed I guess.
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum TookanTaskStatus
Public Enumeration TookanTaskStatus
Members
| Member name | Value | Description |
---|
| Assigned | 0 |
The task has been assigned to a agent.
|
| Started | 1 |
The task has been started and the agent is on the way. This will appear as a light-blue pin on the map and as a rectangle in the assigned category on the left.
|
| Successful | 2 |
The task has been completed successfully and will appear as a green pin on the map and as a rectangle in the completed category on the left.
|
| Failed | 3 |
The task has been completed unsuccessfully and will appear as red pin on the map and as a rectangle in the completed category on the left.
|
| InProgress | 4 |
The task is being performed and the agent has reached the destination. This will appear as a dark-blue pin on the map and as a rectangle in the assigned category on the left.
|
| Unassigned | 6 |
The task has not been assigned to any agent and will appear as a grey pin on the map and as a rectangle in the unassigned category on the left.
|
| Accepted | 7 |
The task has been accepted by the agent which is assigned to him.
|
| Decline | 8 |
The task has been declined by the agent which is assigned to him.
|
| Cancel | 9 |
The task has been cancelled by the agent which is accepted by him.
|
| Deleted | 10 |
When the task is deleted from the Dashboard.
|
See Also