Parameters
string
required
The progress indicator label.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
download := workflows.Progress("Download")
if err := download.Add(ctx, 100); err != nil {
return err
}
func Progress(label string) workflows.ProgressTracker
download := workflows.Progress("Download")
if err := download.Add(ctx, 100); err != nil {
return err
}
Was this page helpful?