Member Junction
    Preparing search index...

    Result of a full RSU pipeline run.

    interface RSUPipelineResult {
        APIRestarted: boolean;
        BranchName?: string;
        EntitiesProcessed?: number;
        ErrorMessage?: string;
        ErrorStep?: string;
        GitCommitSuccess: boolean;
        MigrationFilePath?: string;
        PendingWorkIDs?: string[];
        Steps: RSUPipelineStep[];
        Success: boolean;
    }
    Index

    Properties

    APIRestarted: boolean
    BranchName?: string
    EntitiesProcessed?: number
    ErrorMessage?: string
    ErrorStep?: string
    GitCommitSuccess: boolean
    MigrationFilePath?: string
    PendingWorkIDs?: string[]

    IDs of the MJ: RSU Pending Works rows registered for this input (one per RSUPipelineInput.PendingWork entry). Callers that consume the work inline (SkipRestart) must mark these Completed via RuntimeSchemaManager.CompletePendingWork.

    Success: boolean