Click or drag to resize

McBusyStateSetProgress Method

This method is used to move the progress meter by the specified value. It also takes care of the different phases.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function SetProgress ( 
	Optional Progress As Integer = 0
) As Boolean

Parameters

Progress (Optional)
Type: SystemInt32
Integer

Return Value

Type: Boolean
Boolean

Implements

IMcBusyState.SetProgress(Int32)
Remarks