Classes & Interfaces
InQueueQueueStatus
Properties
Properties
| Name | Type | Description |
|---|---|---|
status | "IN_QUEUE" | - |
queue_position | number | - |
InProgressQueueStatus
Properties
Properties
| Name | Type | Description |
|---|---|---|
status | "IN_PROGRESS" | - |
logs | RequestLog[] | - |
CompletedQueueStatus
Properties
Properties
| Name | Type | Description |
|---|---|---|
status | "COMPLETED" | - |
logs | RequestLog[] | - |
metrics? | Metrics | - |
Functions
isQueueStatus
| Parameter | Type | Description |
|---|---|---|
obj | any | - |
obj is QueueStatus
isCompletedQueueStatus
| Parameter | Type | Description |
|---|---|---|
obj | any | - |
obj is CompletedQueueStatus
Types
Result
RunOptions
UrlOptions
RequestLog
Metrics
QueueStatus
ValidationErrorInfo
WebHookResponse
status property.