Interface RqStatus

RqStatus

interface RqStatus {
    message?: string;
    progress?: number;
    state: RqStatusStateEnum;
}

Properties

message?: string

RqStatus

progress?: number

RqStatus

RqStatus