TaskProcessorBaseTSettingsCanUpdateProgress Method

Determines if the app task can have its progress updated.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected bool CanUpdateProgress(
	string appTaskId
)

Parameters

appTaskId  String
App task id.

Return Value

Boolean
True when the app task is in the in progress state.

See Also