AppleSauce
    Preparing search index...

    Function getMonitorTimeouts

    • Gets all timeout values from a relay monitor announcement (from timeout tags) Returns an array of objects with optional test type and timeout value Index 1 is the timeout in milliseconds, index 2 (optional) is the test type

      Parameters

      • event: Event

      Returns { test?: string; timeout: number }[]