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