IApplicationTaskProcessorCanAcceptNewTasks Method

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

Definition

Namespace: MFiles.VAF.Common.ApplicationTaskQueue
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
bool CanAcceptNewTasks()

Return Value

Boolean
True when new tasks can be accepted for processing.

See Also