GarbageTasks: GarbageTasks

GarbageTasksR Documentation

GarbageTasks

Description

GarbageTasks

GarbageTasks

Format

R6Class object, super class GarbageObject.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> tercenApi::GarbageObject -> GarbageTasks

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.

workflowId

of type String.

deletedTaskIds

list of type String.

addedTaskIds

list of type String.

deletedStepIds

list of type String.

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
GarbageTasks$new(json = NULL)

Method init()

Usage
GarbageTasks$init()

Method initJson()

Usage
GarbageTasks$initJson(json)

Method toTson()

Usage
GarbageTasks$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
GarbageTasks$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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