ITaskQueueProcessorGetActiveTaskIds Method |
Gets the ids of task currently being processed for this queue, on this machine.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxstring[] GetActiveTaskIds()
Function GetActiveTaskIds As String()
array<String^>^ GetActiveTaskIds()
Return Value
Type:
StringThe active tasks.
See Also