Interface JobsStatusWithUrl

Export

JobsStatusWithUrl

interface JobsStatusWithUrl {
    jobFile?: JobFileWithUrl[];
    progress?: number;
    status?: string;
    visibleName?: string;
}

Properties

jobFile?: JobFileWithUrl[]

Memberof

JobsStatusWithUrl

progress?: number

Memberof

JobsStatusWithUrl

status?: string

Memberof

JobsStatusWithUrl

visibleName?: string

Memberof

JobsStatusWithUrl

Generated using TypeDoc