stack

Home > @infiniteobjects/data-types > IRenderJobSchemaV2

IRenderJobSchemaV2 interface

Render Job Storage Schema V2

Signature:

export interface IRenderJobSchemaV2 

Properties

Property Modifiers Type Description
callbackUrl?   string (Optional)
dateCompleted?   Date (Optional)
dateCreated   Date  
dateStarted?   Date (Optional)
dateUpdated   Date  
errorMsg?   string (Optional)
id   string  
payload   IRenderJobPayload  
resourcesCreated   IStorageObjectSchema[]  
schemaVersion   RenderJobSchemaVersion  
state   RenderJobState  
type   RenderJobType  
worker   IRenderJobWorker