Autodesk Vault ProfessionalVault API

IJobHandler Interface

Autodesk.Connectivity.JobProcessor.ExtensibilityAutodesk.Connectivity.JobProcessor.Extensibility

The interface that Job Handlers must implement.

Syntax

public interface IJobHandler 
Public Interface IJobHandler 

Methods

NameDescription
CanProcessCalled 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.
ExecuteThe Execute method processes the job and returns success or failure
OnJobProcessorShutdownCalled when the Job Processor is closing.
OnJobProcessorSleepCalled when the Job Processor process is about to sleep.
OnJobProcessorStartupCalled at Job Processor startup.
OnJobProcessorWakeCalled when the Job Processor process wakes from sleeping.

See Also