CalculationUnitStatus Class
An R6Class generator object
statuscharacter [optional]
pointsinteger [optional]
errorcharacter [optional]
resultcharacter [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)
deepWhether to make a deep clone.