M-Files Vault Application Framework
C#
Show/Hide TOC
IApplication
Task
Processor
Can
Accept
New
Tasks 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#
Copy
bool
CanAcceptNewTasks
()
Return Value
Boolean
True when new tasks can be accepted for processing.
See Also
Reference
IApplicationTaskProcessor Interface
MFiles.VAF.Common.ApplicationTaskQueue Namespace
In This Article
Definition
See Also