ExecutionProgressTick Delegate
NOTE: This member is now obsolete. Use Qdv.UserApi.ExecutionProgressTick instead.
Delegate for handling the progress of the current action.
<Obsolete("Use Qdv.UserApi.ExecutionProgressTick instead.")> _
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.
[Obsolete("Use Qdv.UserApi.ExecutionProgressTick instead.")]
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.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2