TaskEvent | R Documentation |
TaskEvent
TaskEvent
R6Class
object, super class Event
, sub classes TaskLogEvent
, TaskProgressEvent
, TaskDataEvent
, TaskStateEvent
.
tercenApi::Base
-> tercenApi::IdObject
-> tercenApi::PersistentObject
-> tercenApi::Event
-> TaskEvent
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
.
taskId
of type String.
date
object of class Date
inherited from super class Event
.
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
.
date
object of class Date
inherited from super class Event
.
new()
TaskEvent$new(json = NULL)
init()
TaskEvent$init()
initJson()
TaskEvent$initJson(json)
toTson()
TaskEvent$toTson()
clone()
The objects of this class are cloneable with this method.
TaskEvent$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.