@marianfoo/adt-ls - v0.4.1
    Preparing search index...

    Interface ActivateResult

    interface ActivateResult {
        activationExecuted?: boolean;
        checkExecuted?: boolean;
        diagnostics: unknown[];
        forceSupported?: boolean;
        generationExecuted?: boolean;
        refreshedUris?: string[];
        success: boolean;
    }
    Index

    Properties

    activationExecuted?: boolean

    Whether activation actually ran.

    checkExecuted?: boolean

    Whether the syntax/consistency check ran (native activation/activate).

    diagnostics: unknown[]
    forceSupported?: boolean

    Whether the backend supports forceActivation for this object.

    generationExecuted?: boolean

    Whether downstream generation ran (e.g. RAP artifacts).

    refreshedUris?: string[]

    LS URIs the backend marked for refresh after activation.

    success: boolean