Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias Startup

    type Startup = {
        applyUpdates(wait: boolean, timeout?: number): Promise<boolean>;
        checkForUpdates(): Promise<Updates>;
    }
    Index

    Methods

    • Apply updates

      Parameters

      • wait: boolean

        wait for the operation to complete or not

      • Optionaltimeout: number

        timeout in milliseconds

      Returns Promise<boolean>

      true if successful, false otherwise

    • Check for updates that need applying

      Returns Promise<Updates>

      true if there are updates that need to be applied, false otherwise