Documentation
    Preparing search index...

    A Times represents the time associated to one workstep.

    Negative values are allowed.

    type Times = {
        setup: number;
        unit: number;
    }
    Index

    Properties

    Properties

    setup: number

    time it takes to prepare for the WorkStep

    unit: number

    time it takes to process the WorkStep