Interface: ITaskQueue
Properties of a TaskQueue.
Hierarchy
-
↳
ITaskQueue
Properties
kind
• Optional kind: null | TaskQueueKind
Default: TASK_QUEUE_KIND_NORMAL.
Inherited from
name
• Optional name: null | string
TaskQueue name
Inherited from
normalName
• Optional normalName: null | string
Iff kind == TASK_QUEUE_KIND_STICKY, then this field contains the name of the normal task queue that the sticky worker is running on.