@servicenow/sdk - v4.7.0
    Preparing search index...

    Retroactive behavior configuration for SLA start time

    type RetroactiveBehavior = {
        pause?: boolean;
        setStartTo?: SetStartTo;
        start?: boolean;
    }
    Index

    Properties

    pause?: boolean

    Whether to retroactively pause the SLA Only applicable when start is true

    true
    
    setStartTo?: SetStartTo

    Field to set the start time to Required when start is true

    start?: boolean

    Whether to retroactively start the SLA

    false