Interface: ITaskQueue
Properties of a TaskQueue.
Implemented by
Properties
kind
• Optional
kind: null
| TaskQueueKind
Default: TASK_QUEUE_KIND_NORMAL.
name
• Optional
name: null
| string
TaskQueue name
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.