TaskManagerIsSupported Method |
Resolves whether the current environment supports the task queue.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic static bool IsSupported(
Vault vault
)
Public Shared Function IsSupported (
vault As Vault
) As Boolean
public:
static bool IsSupported(
Vault^ vault
)
Parameters
- vault
- Type: Vault
A vault instance.
Return Value
Type:
BooleanTrue if supported, false otherwise.
See Also