Task | R Documentation |
Task
Task
R6Class
object, super class PersistentObject
, sub classes RunComputationTask
, SaveComputationResultTask
, ComputationTask
, ImportGitWorkflowTask
, ExportWorkflowTask
, CSVTask
, CubeQueryTask
, ImportWorkflowTask
, TestOperatorTask
, RunWebAppTask
, ExportTableTask
, ProjectTask
, GlTask
, CreateGitOperatorTask
.
tercenApi::Base
-> tercenApi::IdObject
-> tercenApi::PersistentObject
-> Task
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
.
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
.
new()
Task$new(json = NULL)
init()
Task$init()
initJson()
Task$initJson(json)
toTson()
Task$toTson()
clone()
The objects of this class are cloneable with this method.
Task$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.