Autodesk Vault ProfessionalVault API

CanProcess Method

Autodesk.Connectivity.JobProcessor.ExtensibilityIJobHandler

Called at Job Processor startup to determine whither or not a job of the specified type can be processed by the job handler on this particular machine. Implementations should check to see whether enabling software is installed.

Syntax

System.bool CanProcess(
   System.string jobType
)
Function CanProcess( _
   ByVal jobType As System.String _
) As System.Boolean

Parameters

NameDescription
jobTypeThe job type.

Return Value

True if the handler can process the job. False if the handler cannot process the job.

See Also