BatchState ========== .. java:package:: io.taskmonk.entities :noindex: .. java:type:: public enum BatchState Returns a state for the batch. The supported state are: "ACTIVE" - The batch is being worked on by the analysts "PENDING" - Work has not started on the batch "SCHEDULED" - A start time for the batch has been set and will be worked on after that date "CANCELLED" - The execution of the batch has been cancelled by the customer "COMPLETED" - Work on this batch has been compeleted Enum Constants -------------- ACTIVE ^^^^^^ .. java:field:: public static final BatchState ACTIVE :outertype: BatchState CANCELLED ^^^^^^^^^ .. java:field:: public static final BatchState CANCELLED :outertype: BatchState COMPLETED ^^^^^^^^^ .. java:field:: public static final BatchState COMPLETED :outertype: BatchState PENDING ^^^^^^^ .. java:field:: public static final BatchState PENDING :outertype: BatchState SCHEDULED ^^^^^^^^^ .. java:field:: public static final BatchState SCHEDULED :outertype: BatchState