modules__progress__ProgressResponse: {
    active: boolean;
    completed: boolean;
    eta?: number;
    id_live_preview?: number;
    live_preview?: string;
    progress?: number;
    queued: boolean;
    textinfo?: string;
}

Type declaration

  • active: boolean
  • completed: boolean
  • Optional eta?: number
  • Optional id_live_preview?: number

    Send this together with next request to prevent receiving same image

  • Optional live_preview?: string

    Current live preview; a data: uri

  • Optional progress?: number

    The progress with a range of 0 to 1

  • queued: boolean
  • Optional textinfo?: string

    Info text used by WebUI.