Interface
Options for Job.submitJob
.
Properties
Property | Type | Notes |
---|---|---|
string | IAuthenticationManager | Authentication manager or access token to use for all job requests. | |
any | Parameters necessary that are passed to the | |
number | Rate in milliseconds to poll for job status changes. Defaults to | |
boolean | Automatically monitor the job for status changes once it is created. Defaults to | |
string | The base URL of the job without |
params
Interface Propertyparams: any
Parameters necessary that are passed to the Job.submitJob
method.
pollingRate
optional
Interface PropertypollingRate: number
Rate in milliseconds to poll for job status changes. Defaults to 2000
.
authentication: string | IAuthenticationManager
Authentication manager or access token to use for all job requests.