-
Notifications
You must be signed in to change notification settings - Fork 0
ImportStatus
Steve edited this page Apr 29, 2020
·
1 revision
Indicates the status of images in a "STORAGE" connector on FSI Server. The status needs to be "imported" in order to request a rendered image.
export enum ImportStatus {
none, // = 0
imported, // = 1
queued, // = 2
error, // = 3
reimport, // = 4
flat // = 5
}
Documentation
-
Interfaces