• Sends an AU request by placing in front of any other pending request.

    Parameters

    • aureq: Event<unknown>

      the request. If Event.target is null, the request will be sent to each desktop at the client.

    • timeout: number = 0

      the time (milliseconds) to wait before sending the request. 0 is assumed if not specified or negative. If negative, the request is assumed to be implicit, i.e., no message will be shown if an error occurs.

    Returns void