File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ completed update is reported even if the user doesn't explicitly cause one
1414to 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
2121Note once finalized, no further increments will be processed." ) lldb::SBProgress::Finalize;
2222
You can’t perform that action at this time.
0 commit comments