TaskProcessorBaseTSettingsCanAcceptNewTasks Method

Used to determine if the task processor is able to receive new tasks for processing.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public abstract bool CanAcceptNewTasks()

Return Value

Boolean
True when new tasks can be accepted for processing.

Implements

IApplicationTaskProcessorCanAcceptNewTasks

See Also