Autodesk Vault ProfessionalVault API

IJobProcessorServices Interface

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

Utilities for interfacing with the application.

Syntax

public interface IJobProcessorServices 
Public Interface IJobProcessorServices 

Properties

NameDescription
AllowRetryGets / Sets if it's allowed to retry the job in case of failure.
ConnectionGets a Connection object for communicating with the servers.
ErrorsGets the list of all errors logged so far.
InventorObjectGets an object which could be force cast to type Inventor.InventorServer and used like Inventor.Application. This object should be initialized and released by framework. Extension developer doesn't need to take care of that.

Methods

NameDescription
LogLogs a message. Logs a message.
Log(String,MessageType)Logs a message.
Log(Exception,String)Logs an exception.
ReportProgressLets the application know how close to completion the job is.

See Also