ExecutionProgressTick Delegate
Delegate for handling the progress of the current action.
Public Delegate Sub ExecutionProgressTick( _
ByVal currentTick As Decimal, _
ByVal maxTick As Integer, _
ByRef exitRequested As Boolean _
)
This language is not supported or no code example is available.
public delegate void ExecutionProgressTick(
decimal currentTick,
int maxTick,
ref bool exitRequested
)
This language is not supported or no code example is available.
Parameters
-
currentTick
-
decimal
The current tick in the progress.
-
maxTick
-
int
The maximum tick in the progress.
-
exitRequested
-
bool
If set to true by the handler, then the current action should be canceled.
Available since QDV 7.13.0001.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2