start_job: Starts remote asynchronous evaluation of a job

View source: R/jobs.R

start_jobR Documentation

Starts remote asynchronous evaluation of a job

Description

The function sends a start signal to the back-end triggering a defined job.

Usage

start_job(job, log = FALSE, con = NULL)

Arguments

job

the job object or the job id

log

logical - whether to enable automatic logging after starting the job

con

connected and authenticated openEO client (optional) otherwise active_connection() is used.

Value

the job object of the now started job


Open-EO/openeo-r-client documentation built on Jan. 26, 2025, 9:28 a.m.