SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface PreEventHookResponse

    The response returned from a hook's execute method.

    interface PreEventHookResponse {
        abort?: boolean;
    }
    Index

    Properties

    Properties

    abort?: boolean