TaskManagerGetActiveTaskIds Method |
Gets the ids of tasks currently being processed for this manager's queues, on this machine.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic string[] GetActiveTaskIds()
Public Function GetActiveTaskIds As String()
public:
array<String^>^ GetActiveTaskIds()
Return Value
Type:
StringThe active task ids.
See Also