Copy

RenderProgress

Progress notification for a rendering phase.

ON_THIS_PAGE
  1. Signature
  2. Properties

Progress notification for a rendering phase.

Signature

export interface RenderProgress {
    phase: RenderPhase;
    completed: number;
    total: number;
}
SOURCE:119

Properties

PropertyTypeRequiredRead onlyDefaultDescription
phaseRenderPhaseYesNoNonePhase producing this notification.
completednumberYesNoNoneCompleted work units within the phase.
totalnumberYesNoNoneTotal work units within the phase.
ON_THIS_PAGE
  1. Signature
  2. Properties
html2realpdf documentationCopyright © Imggion
DOCUMENTATION_TREE