Skip to content

Commit ae9e91f

Browse files
committed
Reword closer to Jonas's recommendation
1 parent 213d685 commit ae9e91f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/bindings/interface/SBProgressDocstrings.i

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ completed update is reported even if the user doesn't explicitly cause one
1414
to be sent.") lldb::SBProgress;
1515

1616
%feature("docstring",
17-
"Explicitly end an SBProgress, this is a utility to send the progressEnd event
18-
without waiting for your language or language implementations non-deterministic destruction
19-
of the SBProgress object.
17+
"Finalize the SBProgress, which will cause a progress end event to be emitted. This
18+
happens automatically when the SBProcess object is destroyed, but can be done explicitly
19+
with Finalize to avoid having to rely on the language semantics for destruction.
2020
2121
Note once finalized, no further increments will be processed.") lldb::SBProgress::Finalize;
2222

0 commit comments

Comments
 (0)