TaskManagerIsQueueRegistered Method |
Checks if the task manager is currently processing a queue.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsQueueRegistered(
string queueId
)
Public Function IsQueueRegistered (
queueId As String
) As Boolean
public:
bool IsQueueRegistered(
String^ queueId
)
Parameters
- queueId
- Type: SystemString
The id of the queue.
Return Value
Type:
BooleanTrue if the queue is being processed, false otherwise.
See Also