status {openeo}R Documentation

Retrieves the status

Description

The function refreshes the passed object and returns its status.

Usage

status(x, ...)

## S3 method for class 'OpenEOClient'
status(x, ...)

## S3 method for class 'Job'
status(x, ...)

## S3 method for class 'Service'
status(x, ...)

Arguments

x

an object like Job

...

currently not used

Value

status as character


[Package openeo version 1.3.1 Index]