Job: Job

Description Public fields Active bindings Methods

Description

Job

Job

Public fields

id

Id of the job

status

Current status of the job

process

Process of the job

created

When the job was created

title

Title of the job

description

Shortly description of the planned result

results

Result of the executed process

output

Format of the output

openEoGraph

Store the openEo graph for the job info

Active bindings

output.folder

Set a new output folder

Methods

Public methods


Method new()

Initialize job

Usage
Job$new(id = NA, process = NULL)
Arguments
id

Id of the job

process

Process of the job

status

Current status of the job

created

When the job was created

title

Title of the job

description

Shortly description of the planned result

results

Result of the executed process


Method setOutput()

Set the output format

Usage
Job$setOutput(output)
Arguments
output

Format of the output


Method store()

Store the job in the Session

Usage
Job$store()

Method load()

Load the job properties from the stored jobs

Usage
Job$load()

Method run()

Execute the executable process graph and store it in the results of the job

Usage
Job$run()
Returns

The executed job


Method jobInfo()

Get information about the job

Usage
Job$jobInfo()
Returns

Info list


Method clone()

The objects of this class are cloneable with this method.

Usage
Job$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


ReneStalitza/openEo.gdalcubes documentation built on Feb. 12, 2021, 8:01 a.m.