Skip to contents

NotebookStatus Class

Format

An R6Class generator object

Public fields

namespace

character [optional]

uptime

integer [optional]

cpu_usage

integer [optional]

memory_usage

integer [optional]

memory_limit

integer [optional]

cpu_count

integer [optional]

Methods


Method new()

Usage

NotebookStatus$new(
  namespace = NULL,
  uptime = NULL,
  cpu_usage = NULL,
  memory_usage = NULL,
  memory_limit = NULL,
  cpu_count = NULL,
  ...
)


Method toJSON()

Usage

NotebookStatus$toJSON()


Method fromJSON()

Usage

NotebookStatus$fromJSON(NotebookStatusJson)


Method toJSONString()

Usage

NotebookStatus$toJSONString()


Method fromJSONString()

Usage

NotebookStatus$fromJSONString(NotebookStatusJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

NotebookStatus$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.