@karmaniverous/jeeves
    Preparing search index...

    Interface ServiceCommands

    Service lifecycle commands.

    interface ServiceCommands {
        status(): Promise<ServiceStatus>;
        stop(): Promise<void>;
        uninstall(): Promise<void>;
    }
    Index

    Methods