TaskProcessorBaseTSettingsCanCancelTask Method

Determines if the app task can be canceled .

Definition

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

Parameters

appTaskId  String
App task id.

Return Value

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

See Also