OperationSummary
Summary of an operation's execution and results.
type OperationSummary {
startedAt: Time!
cycleTime: Float!
consumedSerials: [ConsumedSerial!]!
}
Fields
OperationSummary.startedAt ● Time! non-null scalar
Timestamp when the operation started (earliest start time for whole operation, including non-linear if applicable).
OperationSummary.cycleTime ● Float! non-null scalar
Total active build time in days.
OperationSummary.consumedSerials ● [ConsumedSerial!]! non-null object
Inputs and scans marked for ERP consumption.
Member Of
OperationOrderComplete object