Interface IFileDataStatus

Defines the data status.

interface IFileDataStatus {
    jobId?: string;
    state: string;
}

Properties

Properties

jobId?: string

Unique ID of the data job.

state: string

Data state. Can be none, waiting, inprogress, done or failed.