Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 997 Bytes

File metadata and controls

33 lines (23 loc) · 997 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