Home > @infiniteobjects/data-types > IRenderJobSchemaV1
Warning: This API is now obsolete.
New version IRenderJobSchemaV2
Render Job Storage Schema
Signature:
export interface IRenderJobSchemaV1
| Property | Modifiers | Type | Description |
|---|---|---|---|
| callbackUrl | string | null | ||
| createdTime | Date | ||
| doneTime | Date | null | ||
| errorMsg | string | null | ||
| id | string | ||
| payload | IRenderJobPayload | ||
| resourcesCreated | IStorageObjectSchema[] | ||
| state | RenderJobState | ||
| type | RenderJobType |