TaskProcessorBaseTSettingsCanUpdateProgress Method |
Determines if the app task can have its progress updated.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected bool CanUpdateProgress(
string appTaskId
)
Protected Function CanUpdateProgress (
appTaskId As String
) As Boolean
protected:
bool CanUpdateProgress(
String^ appTaskId
)
Parameters
- appTaskId
- Type: SystemString
App task id.
Return Value
Type:
BooleanTrue when the app task is in the in progress state.
See Also