Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PollQueuedJobReq

Polling async queued job request arguments.

Hierarchy

  • PollQueuedJobReq

Index

Properties

Optional Readonly allow404

allow404?: boolean

If true, doesn't fail if API returns 404 status code.

Readonly id

id: string

Queued job ID.

Optional Readonly limit

limit?: Limit

Readonly polling

polling: Polling

Methods

Readonly getQueuedJob

  • getQueuedJob(id: string, cancelToken: CancelToken): Promise<AxiosResponse<QueuedJob, any>>