This view shows the total number of documents in the backlog for all clients. It also outputs the total number of documents (for all clients) with a task (IsEnd >=0).
Column | Description |
DocumentCount | The total number of documents that are still in the backlog. (Number of IDs in W_Token where IsEnd=0.) A subset of OverallCount. |
IsEnd | 0 = belongs to the backlog |
OverallCount | The total number of documents that still have a task, regardless of whether they are in the backlog or not – that is, regardless of IsEnd. (Number of IDs in W_Token.) |