A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.arcgis.com/arcgis-rest-js/api-reference/arcgis-rest-request/IJobInfo/ below:

IJobInfo | ArcGIS REST JS

Interface

Describes the status of a job. See the GP Job documentation for more information.

Properties Property Type Notes id string

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

inputs { [key: string]: { paramUrl: string } }

An input property that are returned from a successful job.

messages { description: string; type: string }[]

A message property that are returned from a successful job.

progress { message: string; percentage: number; type: string }

A progress property that is returned while the job status is JOB_STATUSES.Executing

results { [key: string]: { paramUrl: string } }

A results property that are returned from a successful job.

status JOB_STATUSES

Represents the status of the current job.

inputs

optional

Interface Property inputs: { [key: string]: { paramUrl: string } }

An input property that are returned from a successful job.

Type declaration messages

optional

Interface Property messages: { description: string; type: string }[]

A message property that are returned from a successful job.

progress

optional

Interface Property progress: { message: string; percentage: number; type: string }

A progress property that is returned while the job status is JOB_STATUSES.Executing

Type declaration results

optional

Interface Property results: { [key: string]: { paramUrl: string } }

A results property that are returned from a successful job.

Type declaration status Interface Property status: JOB_STATUSES

Represents the status of the current job.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4