Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 970 Bytes

File metadata and controls

34 lines (23 loc) · 970 Bytes

ProgressDlgYield

Description

Increases the progress. This must be called between ProgressDlgStart and ProgressDlgEnd and defines the LoopCount index.

Note: This function was renamed from ProgressDlgYield in Vectorworks 2016

PROCEDURE ProgressDlgYield(count : LONGINT);
def vs.ProgressDlgYield(count):
    return None

Parameters

Name Type Description
count LONGINT

Examples

les can be found at [[VS:Progress Dialog]].

See Also

ProgressDlgOpen | ProgressDlgClose | ProgressDlgSetTopMsg | ProgressDlgSetBotMsg | ProgressDlgSetMeter | ProgressDlgStart | ProgressDlgEnd | ProgressDlgHasCancel | ProgressDlgYield

Version

Availability: from Vectorworks 2015

Category

  • Utility