NotebookStatus Class
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,
...
)