Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobInfoProperties

Hierarchy

  • JobInfoProperties

Index

Properties

Optional jobId

jobId: string

The unique job ID assigned by ArcGIS Server.

Read more...

Optional jobStatus

jobStatus: "job-cancelled" | "job-cancelling" | "job-deleted" | "job-deleting" | "job-timed-out" | "job-executing" | "job-failed" | "job-new" | "job-submitted" | "job-succeeded" | "job-waiting"

The job status.

Read more...

Optional messages

An array of messages that include the message type and a description.

Read more...

Optional requestOptions

requestOptions: any

The options to be used for data requests.

Read more...

Optional sourceUrl

sourceUrl: string

ArcGIS Server Rest API endpoint to the resource that receives the geoprocessing request.

Read more...

Generated using TypeDoc