viz.analysis.ProgressCallback export type ProgressCallback = (info: ProgressInfo) => boolean | void; Progress callback function type.