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