BatchProcessorJobIsActive Method

Resolves the is active flag.

Definition

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

Parameters

taskId  String
Task id to check.

Return Value

Boolean
True when there is an active task being processed with the passed task id.

See Also