TaskProgressEvent: TaskProgressEvent

TaskProgressEventR Documentation

TaskProgressEvent

Description

TaskProgressEvent

TaskProgressEvent

Format

R6Class object, super class TaskEvent.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> tercenApi::Event -> tercenApi::TaskEvent -> TaskProgressEvent

Public fields

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.

Active bindings

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.

Methods

Public methods

Inherited methods

Method new()

Usage
TaskProgressEvent$new(json = NULL)

Method init()

Usage
TaskProgressEvent$init()

Method initJson()

Usage
TaskProgressEvent$initJson(json)

Method toTson()

Usage
TaskProgressEvent$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
TaskProgressEvent$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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