Member Junction
    Preparing search index...

    Emitted when an installer phase begins execution. Frontends typically render this as a section header or spinner start.

    interface PhaseStartEvent {
        Description: string;
        Phase: PhaseId;
        Type: "phase:start";
    }
    Index

    Properties

    Description: string

    Human-readable description of the phase (e.g., "Check prerequisites").

    Phase: PhaseId

    Identifier of the phase that is starting.

    Type: "phase:start"

    Event type discriminator.