>From JobQueue.java:

>>>>>>
  static
  {
    statusMap.put("P",new Integer(STATUS_PENDING));
    statusMap.put("A",new Integer(STATUS_ACTIVE));
    statusMap.put("C",new Integer(STATUS_COMPLETE));
    statusMap.put("U",new Integer(STATUS_UNCHANGED));
    statusMap.put("G",new Integer(STATUS_PENDINGPURGATORY));
    statusMap.put("F",new Integer(STATUS_ACTIVEPURGATORY));
    statusMap.put("Z",new Integer(STATUS_PURGATORY));
    statusMap.put("E",new Integer(STATUS_ELIGIBLEFORDELETE));
    statusMap.put("D",new Integer(STATUS_BEINGDELETED));
    statusMap.put("a",new Integer(STATUS_ACTIVENEEDRESCAN));
    statusMap.put("f",new Integer(STATUS_ACTIVENEEDRESCANPURGATORY));
    statusMap.put("d",new Integer(STATUS_BEINGCLEANED));
    statusMap.put("H",new Integer(STATUS_HOPCOUNTREMOVED));
  }
<<<<<<

The states are all described in "ManifoldCF In Action".

Karl


On Mon, Feb 26, 2018 at 11:48 AM, msaunier <[email protected]> wrote:

> Hello Karl,
>
>
>
> I have just a question. Can you telle me the translation of they letters
> on the *jobqueue* table for the *status* enum column.
>
> We have find 8 distinct letters today :
>
> G, F, P, C, A, Z, E, D
>
>
>
> Thanks you
>
>
>
>
>
>
>

Reply via email to