gen_list_jobs: Search for Current Jobs of Your User Account

View source: R/gen_list_jobs.R

gen_list_jobsR Documentation

Search for Current Jobs of Your User Account

Description

Function to list all current jobs connected to the given user.

Usage

gen_list_jobs(
  selection = NULL,
  sortcriterion = c("content", "time", "status"),
  ...
)

Arguments

selection

Filter the list of jobs for matching codes.

sortcriterion

Allows to sort the resulting list of jobs by their Code ("content"), the time of completion ("time") or status ("status")

...

Additional parameter of the GENESIS API call. These parameters are only affecting the GENESIS API call itself, no further processing.

Value

A list of all current jobs connected to the given user.


restatis documentation built on July 9, 2023, 5:31 p.m.