Autodesk Vault ProfessionalVault API

GetJobQueueEnabled Method

Autodesk.Connectivity.WebServicesJobService

Tells if the job queue is enabled.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetJobQueueEnabled()
Public Function GetJobQueueEnabled() As System.Boolean

Return Value

If true, the job queue is enabled. If false, the job queue is not enabled.

See Also