Wasm Directoryalpha
Record

progress-notification

Progress notification

record progress-notification {
  progress-token: progress-token,
  progress: f64,
  total: option​<f64>,
  message: option​<string>,
}

Fields

NameTypeDescription
progress-tokenprogress-tokenProgress token from original request
progressf64Current progress value
totaloption​<f64>Total progress value (for percentage)
messageoption​<string>Status message