node-dmx
    Preparing search index...

    Interface SenderEvents

    interface SenderEvents {
        changedResendStatus: [success: boolean];
        error: [error: Error];
    }
    Index

    Properties

    changedResendStatus: [success: boolean]

    Emitted when periodic resend health toggles between success/failure.

    error: [error: Error]

    Emitted when resend loop encounters an error.