RunComputationTask | R Documentation |
RunComputationTask
RunComputationTask
R6Class
object, super class SaveComputationResultTask
.
tercenApi::Base
-> tercenApi::IdObject
-> tercenApi::PersistentObject
-> tercenApi::Task
-> tercenApi::ProjectTask
-> tercenApi::CubeQueryTask
-> tercenApi::ComputationTask
-> tercenApi::SaveComputationResultTask
-> RunComputationTask
parentTaskId
of type String inherited from super class ComputationTask
.
fileResultId
of type String inherited from super class ComputationTask
.
removeOnGC
of type bool inherited from super class CubeQueryTask
.
schemaIds
list of type String inherited from super class CubeQueryTask
.
projectId
of type String inherited from super class ProjectTask
.
duration
of type double inherited from super class Task
.
owner
of type String inherited from super class Task
.
taskHash
of type String inherited from super class Task
.
channelId
of type String inherited from super class 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
.
computedRelation
object of class Relation
inherited from super class ComputationTask
.
query
object of class CubeQuery
inherited from super class CubeQueryTask
.
environment
list of class Pair
inherited from super class Task
.
state
object of class State
inherited from super class Task
.
createdDate
object of class Date
inherited from super class Task
.
lastModifiedDate
object of class Date
inherited from super class Task
.
runDate
object of class Date
inherited from super class Task
.
completedDate
object of class Date
inherited from super class Task
.
aclContext
object of class AclContext
inherited from super class Task
.
meta
list of class Pair
inherited from super class Task
.
parentTaskId
of type String inherited from super class ComputationTask
.
fileResultId
of type String inherited from super class ComputationTask
.
removeOnGC
of type bool inherited from super class CubeQueryTask
.
schemaIds
list of type String inherited from super class CubeQueryTask
.
projectId
of type String inherited from super class ProjectTask
.
duration
of type double inherited from super class Task
.
owner
of type String inherited from super class Task
.
taskHash
of type String inherited from super class Task
.
channelId
of type String inherited from super class 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
.
computedRelation
object of class Relation
inherited from super class ComputationTask
.
query
object of class CubeQuery
inherited from super class CubeQueryTask
.
environment
list of class Pair
inherited from super class Task
.
state
object of class State
inherited from super class Task
.
createdDate
object of class Date
inherited from super class Task
.
lastModifiedDate
object of class Date
inherited from super class Task
.
runDate
object of class Date
inherited from super class Task
.
completedDate
object of class Date
inherited from super class Task
.
aclContext
object of class AclContext
inherited from super class Task
.
meta
list of class Pair
inherited from super class Task
.
new()
RunComputationTask$new(json = NULL)
init()
RunComputationTask$init()
initJson()
RunComputationTask$initJson(json)
toTson()
RunComputationTask$toTson()
clone()
The objects of this class are cloneable with this method.
RunComputationTask$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.