Theia API Documentation v1.72.1
    Preparing search index...

    Tracks active frontend WebSocket connections on a remote backend. When auto-shutdown is enabled and all connections close, starts a timer and calls process.exit(0) if no new connection arrives before the timeout.

    Implements

    Index

    Constructors

    Properties

    activeConnections: number = 0
    enabled: boolean = false
    logger: ILogger
    shutdownTimeout: number = DEFAULT_SHUTDOWN_TIMEOUT
    shutdownTimer: undefined | Timeout

    Methods