ads-client | Beckhoff TwinCAT ADS client library for Node.js
    Preparing search index...

    Interface TimerObject

    Internal timer object to keep the timer state saved

    interface TimerObject {
        id: number;
        timer?: Timeout;
    }
    Index

    Properties

    Properties

    id: number

    Timer ID

    timer?: Timeout

    Timer handle