VS:ProgressDlgEnd

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

End a progress context started with ProgressDlgStart. This will make the progress jump to the percentage declared when started.

PROCEDURE ProgressDlgEnd;
def vs.ProgressDlgEnd():
    return None

Example

Samples can be found at VS:Progress Dialog.

Version

Availability: from Vectorworks 2015

See Also

VS:ProgressDlgOpen | VS:ProgressDlgClose | VS:ProgressDlgSetTopMsg | VS:ProgressDlgSetBotMsg | VS:ProgressDlgSetMeter | VS:ProgressDlgStart | VS:ProgressDlgEnd | VS:ProgressDlgHasCancel | VS:ProgressDlgYeld

[[VS:ProgressDlgOpen]] | [[VS:ProgressDlgClose]] | [[VS:ProgressDlgSetTopMsg]] | [[VS:ProgressDlgSetBotMsg]] | [[VS:ProgressDlgSetMeter]] | [[VS:ProgressDlgStart]] | [[VS:ProgressDlgEnd]] | [[VS:ProgressDlgHasCancel]] | [[VS:ProgressDlgYeld]]