SequentialTaskProcessorCanAcceptNewTasks Method

Function used to determine if the application task processor can accept any new tasks.

Definition

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

Return Value

Boolean
True, when the processor can accept new tasks.

Implements

IApplicationTaskProcessorCanAcceptNewTasks

See Also