| VT_HRESULT AddConversionJob(VT_BSTR newConversionJob) | Adds a new conversion job to the list of perstisted conversion jobs. |
| VT_HRESULT RemoveConversionJob(VT_BSTR conversionJobID) | Removes a conversion job from the list of persisted conversion jobs. |
| VT_BSTR GetConversionJob(VT_BSTR ID) | Gets a single conversion job by ID. |
| VT_VARIANT GetConversionJobs | Returns an array of conversion jobs on the agent/computer. |
| VT_HRESULT AddConversionJobObject(VT_DISPATCH newConversionJob) | Adds a new conversion job to the list of perstisted conversion jobs. |
| VT_DISPATCH GetConversionJobObject(VT_BSTR ID) | Gets a single conversion job by ID. |
| VT_VARIANT GetConversionJobObjects | Returns an array of conversion jobs on the agent/computer. |
| VT_HRESULT DoConversionJob(VT_BSTR conversionJobID) | Runs the conversion job specified by the ID. |
| VT_HRESULT DisableConversionJob(VT_BSTR conversionJobID) | Disables the conversion job specified by the ID. |
| VT_HRESULT EnableConversionJob(VT_BSTR conversionJobID) | Enables the conversion job specified by the ID. |