Record

progress-notification

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

Fields

NameTypeDescription
progress-tokenprogress-token

Progress token from original request

progressf64

Current progress value

totaloption​<f64>

Total progress value (for percentage)

messageoption​<string>

Status message