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
SyntaxPublic Function SetProgress (
Optional Progress As Integer = 0
) As Boolean
Parameters
- Progress (Optional)
- Type: SystemInt32
Integer
Return Value
Type:
BooleanBoolean
Implements
IMcBusyState.SetProgress(Int32)
Remarks
See Also