Task: Task

TaskR Documentation

Task

Description

Task

Task

Format

R6Class object, super class PersistentObject, sub classes RunComputationTask, SaveComputationResultTask, ComputationTask, ImportGitWorkflowTask, ExportWorkflowTask, CSVTask, CubeQueryTask, ImportWorkflowTask, TestOperatorTask, RunWebAppTask, ExportTableTask, ProjectTask, GlTask, CreateGitOperatorTask.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> Task

Public fields

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

duration

of type double.

owner

of type String.

taskHash

of type String.

channelId

of type String.

environment

list of class Pair.

state

object of class State.

createdDate

object of class Date.

lastModifiedDate

object of class Date.

runDate

object of class Date.

completedDate

object of class Date.

aclContext

object of class AclContext.

meta

list of class Pair.

Active bindings

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

Methods

Public methods

Inherited methods

Method new()

Usage
Task$new(json = NULL)

Method init()

Usage
Task$init()

Method initJson()

Usage
Task$initJson(json)

Method toTson()

Usage
Task$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
Task$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.