Description Public fields Active bindings Methods
Job
Job
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
output.folder
Set a new output folder
new()
Initialize job
Job$new(id = NA, process = NULL)
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
setOutput()
Set the output format
Job$setOutput(output)
output
Format of the output
store()
Store the job in the Session
Job$store()
load()
Load the job properties from the stored jobs
Job$load()
run()
Execute the executable process graph and store it in the results of the job
Job$run()
The executed job
jobInfo()
Get information about the job
Job$jobInfo()
Info list
clone()
The objects of this class are cloneable with this method.
Job$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.