Skip to main content

Home > flowp > Progress > report

Progress.report() method

&gte; This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment. &gte;

report current progress

no-op if progress has already fulfilled or rejected

Signature:

report(progress: CurrentProgress): void;

Parameters

ParameterTypeDescription
progressCurrentProgress

Returns:

void