ModelProcessJobStatusEnum
Enum
Possible Values
#
ERROR
The model processing job encountered an error.
LOCAL_RENDER
The job is performing rendering locally.
PENDING_LOCAL_RENDER
The job is pending local rendering operations.
PENDING_RENDER
The model processing job is pending rendering.
PROCESSING
The model processing job is currently being processed.
PROCESSING_CAD
The CAD files are being processed in the model processing job.
QUEUED
The model processing job is queued and awaiting processing.
RENDERING
The model processing job is rendering.
SUCCESS
The model processing job completed successfully.
TIMEOUT
The model processing job timed out before completion.
Usages
#
References
#
- Argument processStatus of field modelProcessJobs from type Asset
- Field processStatus from ModelProcessJob
- Argument processStatus of field modelProcessJobs from type Query
ModelProcessJobPermissions
Mutation