Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Type Alias Duration

    Type used for Deadline, Lifespan, Liveliness & LeaseDuration in seconds and nanoseconds

    type Duration = {
        nanoseconds: number;
        seconds: number;
    }
    Index

    Properties

    Properties

    nanoseconds: number
    seconds: number