ReadonlycancelledWhether the run stopped because it was cancelled.
ReadonlycompletedWhether every step ran.
ReadonlyresultsEach step's result, in order — a precise tuple, so destructuring keeps the per-step types. Shorter than the step list when the run was cancelled.
What a OperationProgress.steps run produced.