Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerManager

Defines the contracts needed to manage the lifetime of a notebook server.

Hierarchy

  • ServerManager

Index

Properties

Readonly isStarted

isStarted: boolean

Indicates if the server is started at the current time

Readonly onServerStarted

onServerStarted: Event<void>

Event sent when the server has started. This can be used to query the manager for server settings

Methods

startServer

  • Starts the server. Some server types may not support or require this. Should no-op if server is already started

    Parameters

    Returns Thenable<void>

stopServer

  • stopServer(): Thenable<void>
  • Stops the server. Some server types may not support or require this

    Returns Thenable<void>

Generated using TypeDoc