Skip to main content

OperatorRunTP

Operator Runs identify periods of time when a particular operator is responsible for a given Machine’s productivity.

type OperatorRunTP {
endAt: timestamptz
machine: MachineTP
operator: OperatorTP
operatorRunRef: Int
startAt: timestamptz
}

Fields

OperatorRunTP.endAt ● timestamptz scalar

The end of an interval. Intervals are right-exclusive.

OperatorRunTP.machine ● MachineTP object

The machine the event originates from.

OperatorRunTP.operator ● OperatorTP object

OperatorRunTP.operatorRunRef ● Int scalar

A unique, numeric identifier for the operatorRun.

OperatorRunTP.startAt ● timestamptz scalar

The start of an interval.

Returned By

operatorRuns query

Member Of

business_machine object ● MachineTP object ● OperatorTP object