OperationSummary
Summary of an operation's execution and results.
type OperationSummary {
startedAt: Time!
cycleTime: Int
consumedSerials: [AttributeValue!]
}
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 ● Int scalar
Total active build time in milliseconds.
OperationSummary.consumedSerials ● [AttributeValue!] list object
Inputs and scans marked for ERP consumption.
Member Of
OperationOrderComplete object