VS:ProgressDlgClose

From Vectorworks Developer
Revision as of 18:05, 22 September 2014 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Close the progress dialog opened with ProgressDlgOpen.

PROCEDURE ProgressDlgClose;
def vs.ProgressDlgClose():
    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]]