You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queue consists from categories. Category has the degree of urgency of the message. The problem is requesting queue messages by the degree of urgency. It has 4 degrees of urgency.
In another words, I need to pass new Queue option in a queueList request method, which name is timeMode(Now the value is equal to 1 by default). In addition, QueueList class should be corrected with date attribute initialization.
The text was updated successfully, but these errors were encountered:
Queue consists from categories. Category has the degree of urgency of the message. The problem is requesting queue messages by the degree of urgency. It has 4 degrees of urgency.
In another words, I need to pass new
Queue
option in aqueueList
request method, which name istimeMode
(Now the value is equal to 1 by default). In addition,QueueList
class should be corrected withdate
attribute initialization.The text was updated successfully, but these errors were encountered: