|
BatchProcessorJobIsActive Method
|
Resolves the is active flag.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxpublic bool IsActive(
string taskId
)
Parameters
- taskId
- Type: SystemString
Task id to check.
Return Value
Type:
BooleanTrue when there is an active task being processed with the passed task id.
See Also