Skip to main content

What it does

The Queue data type stores information about the document queue at the processing stage.

Fields

Name

Type

Description

Id

int

The queue ID

Name

string

The name of the queue

StageType

int

The type of the processing stage. See ProcessingStageType for possible values

TaskCount

int

The number of tasks at the processing stage

UserTaskCount

int

The number of tasks at the processing stage assigned to the given user

PostponedTaskCount

int

The number of tasks at the processing stage postponed by the user

IsEnabled

bool

A flag which shows if the processing stage is on or off. Possible values:

  • True - the processing stage is enabled
  • False - the processing stage is disabled