Package 

Enum QueueState.Status

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum QueueState.Status
    
                        

    Defines possible Queue state types.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OPEN

      OPEN - Visitor can enqueue

      CLOSED

      CLOSED - Visitor cannot enqueue because the Queue is closed

      FULL

      FULL - Visitor cannot enqueue because the Queue reached its max capacity

      UNSTAFFED

      UNSTAFFED - Visitor cannot enqueue because the Queue is unstaffed

      UNKNOWN

      UNKNOWN - Visitor should not enqueue because the Queue state is not supported by current version of SDK