RUM powered by Grail JavaScript API - 1.327.2
    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_NAVIGATION: "interrupted_by_navigation"

    The user action was interrupted by a navigation.

    INTERRUPTED_BY_REQUEST: "interrupted_by_request"

    The user action was interrupted by a new request.

    NO_ACTIVITY: "no_activity"

    There was no user action on the page.

    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.