CalculationUnitStatus Class
An R6Class
generator object
status
character [optional]
points
integer [optional]
error
character [optional]
result
character [optional]
new()
CalculationUnitStatus$new( status = NULL, points = NULL, error = NULL, result = NULL, ... )
toJSON()
CalculationUnitStatus$toJSON()
fromJSON()
CalculationUnitStatus$fromJSON(CalculationUnitStatusJson)
toJSONString()
CalculationUnitStatus$toJSONString()
fromJSONString()
CalculationUnitStatus$fromJSONString(CalculationUnitStatusJson)
clone()
The objects of this class are cloneable with this method.
CalculationUnitStatus$clone(deep = FALSE)
deep
Whether to make a deep clone.