Interface PollQueuedJobReq
Properties
Optional Readonly allow404
allow404?: boolean
Optional Readonly limit
limit?: Limit
Methods
Readonly getQueuedJob
- getQueuedJob(id: string, cancelToken: CancelToken): Promise<AxiosResponse<QueuedJob, any>>
Parameters
id: string
cancelToken: CancelToken
Returns Promise<AxiosResponse<QueuedJob, any>>
Polling async queued job request arguments.