The options used to initialize a KernelManager.

interface IOptions {
    serverSettings?: ServerConnection.ISettings;
    standby?: Standby | () => boolean | Standby;
}

Hierarchy (View Summary)

Properties

serverSettings?: ServerConnection.ISettings

The server settings for the manager.

standby?: Standby | () => boolean | Standby

When the manager stops polling the API. Defaults to when-hidden.