Click or drag to resize

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
Members
  Member nameValueDescription
Assigned0 The task has been assigned to a agent.
Started1 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.
Successful2 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.
Failed3 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.
InProgress4 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.
Unassigned6 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.
Accepted7 The task has been accepted by the agent which is assigned to him.
Decline8 The task has been declined by the agent which is assigned to him.
Cancel9 The task has been cancelled by the agent which is accepted by him.
Deleted10 When the task is deleted from the Dashboard.
See Also