openpaul
    Preparing search index...

    Interface PhaseModificationResult

    Phase Modification Result - Result of checking if a phase can be modified

    Used to validate scope modifications during active milestones.

    Fields:

    • allowed: Whether the modification is allowed
    • warning: Optional warning message if phase is in active milestone
    interface PhaseModificationResult {
        allowed: boolean;
        warning?: string;
    }
    Index

    Properties

    Properties

    allowed: boolean
    warning?: string