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.
inputsoptional
Interface Propertyinputs: { [key: string]:Â { paramUrl: string } }
An input property that are returned from a successful job.
Type declarationoptional
Interface Propertymessages: { description: string; type: string }[]
A message property that are returned from a successful job.
progressoptional
Interface Propertyprogress: { message: string; percentage: number; type: string }
A progress property that is returned while the job status is JOB_STATUSES.Executing
optional
Interface Propertyresults: { [key: string]:Â { paramUrl: string } }
A results property that are returned from a successful job.
Type declarationstatus: 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