Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface ICollectionInstallState

    interface ICollectionInstallState {
        activeSession?: ICollectionInstallSession;
        lastActiveSessionId?: string;
        sessionHistory: { [sessionId: string]: ICollectionInstallSession };
    }
    Index

    Properties

    Current active installation session (if any)

    lastActiveSessionId?: string

    ID of the last completed installation session

    sessionHistory: { [sessionId: string]: ICollectionInstallSession }

    History of completed/failed installation sessions