Skip to content

Interface

Options for creating a new Job.

Properties

PropertyTypeNotes
authenticationstring | IAuthenticationManager

Authentication manager or access token to use for all job requests.

idstring

The ID of the job. Can be used to rehydrate an instance of Job with Job.fromExistingJob or Job.deserialize.

pollingRatenumber

Rate in milliseconds to poll for job status changes. Defaults to 2000.

startMonitoringboolean

Automatically monitor the job for status changes once it is created. Defaults to false.

urlstring

The base URL of the job without /submitJob or a trailing job id.

authentication

optional
Interface Property

id

Interface Property

pollingRate

optional
Interface Property

startMonitoring

optional
Interface Property

url

Interface Property

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.