IJobProcessorServices Interface
Autodesk.Connectivity.JobProcessor.Extensibility›Autodesk.Connectivity.JobProcessor.Extensibility
Utilities for interfacing with the application.
Syntax
public interface IJobProcessorServices Public Interface IJobProcessorServices Properties
| Name | Description |
|---|---|
| AllowRetry | Gets / Sets if it's allowed to retry the job in case of failure. |
| Connection | Gets a Connection object for communicating with the servers. |
| Errors | Gets the list of all errors logged so far. |
| InventorObject | Gets 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
| Name | Description |
|---|---|
| Log | Logs a message. Logs a message. |
| Log(String,MessageType) | Logs a message. |
| Log(Exception,String) | Logs an exception. |
| ReportProgress | Lets the application know how close to completion the job is. |