Skip to content

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
}
Clone this wiki locally