@servicenow/sdk - v4.7.0
    Preparing search index...
    type SLAConditionsObject = {
        cancel?: string;
        pause?: string;
        reset?: string;
        resume?: string;
        start?: string;
        stop?: string;
    }
    Index

    Properties

    cancel?: string

    Condition that cancels the SLA

    pause?: string

    Condition that pauses the SLA timer

    reset?: string

    Condition that resets the SLA timer

    resume?: string

    Condition for resuming the SLA

    start?: string

    Condition that starts the SLA timer

    stop?: string

    Condition that stops the SLA timer