Magidoc

OperationStatus
Object

Represents the status of an operation in a print job.

Fields

#

id

ID !
Non-null

The ID of the operation status.

jobNumber

The job number of the job that the operation belongs to.

partNumber

The part number of the part that the operation belongs to.

speed

The speed of the operation.

total

The total number of items to be processed in the operation.

amount

The number of items that have been processed in the operation.

waste

The number of items that have been wasted in the operation.

status

The status of the operation.

statusDetail

Detailed information about the status of the operation.

phaseStartTime

The date and time when the phase of the operation started.

startTime

The date and time when the operation started.

remainingTime

The remaining time for the operation to complete.

deviceId

ID !
Non-null

The ID of the device that the operation is running on.

jobId

The ID of the job that the operation belongs to.

partId

The ID of the part that the operation belongs to.

operationId

The ID of the operation.

device

Non-null

The device that the operation is running on.

job

The job that the operation belongs to.

part

The part that the operation belongs to.

operation

The operation.

createdAt

Non-null

The date and time when the operation status was created.

updatedAt

Non-null

The date and time when the operation status was last updated.

Usages

#

References

#

  • Field latestStatus from Job