RUM JavaScript API - 1.345.1
    Preparing search index...

    Enumeration UserActionCompleteReasonConst Experimental

    The reasons a user action can complete with.

    Index

    Enumeration Members

    COMPLETED: "completed"

    The user action completed normally after the inactivity threshold.

    COMPLETED_BY_API: "completed_by_api"

    The user action was completed using the API.

    INTERRUPTED_BY_API: "interrupted_by_api"

    The user action was interrupted by API.

    INTERRUPTED_BY_AUTOMATIC: "interrupted_by_automatic"

    The user action was interrupted automatically by a new user action.

    PAGE_HIDE: "page_hide"

    The user action completed because the page was dismissed.

    TIMEOUT: "timeout"

    The user action took longer than the timeout and was completed forcefully.