Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KernelStatus

Index

Enumeration members

Busy

Busy: = "busy"

Kernel is currently executing code.

Idle

Idle: = "idle"

Kernel is currently not executing code.

Interrupted

Interrupted: = "interrupted"

Kernel's current execution process has been interrupted.

NotConnected

NotConnected: = "not connected"

Kernel is not connected to current notebook.

Restarting

Restarting: = "restarting"

Kernel is restarting.

ShuttingDown

ShuttingDown: = "shutting down"

Kernel is being shut down.

Starting

Starting: = "starting"

Kernel process is being launched.

Generated using TypeDoc