The following tables list the members exposed by StatusJobDataRunner.
Public Constructors
Name | Description | |
---|---|---|
StatusJobDataRunner | Initializes a new instance of this class. |
Public Methods
Name | Description | |
---|---|---|
AbortJob | Aborts the specified job. | |
DeleteJob | Deletes the specified job. | |
Prepare | Prepares to run a job. | |
QueryJobStatus | Retrieves the status of the specified job. | |
Run | Runs the conversion job. | |
ToJobData | Converts a status job data to document converter job data. | |
ToStatusJobData | Converts a document converter job data to status job data. |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by this StatusJobDataRunner. | |
Finalize | This method overrides System.Object.Finalize. |
Public Properties
Name | Description | |
---|---|---|
DocumentConverter | Document converter instance being used to run this job. | |
DocumentWriter | Document writer instance being used to create the output document. | |
InputCache | Cache containing the input document being converted. | |
Job | Job created by this runner being run or ready to be run. | |
JobData | Data of the job set into this runner being run or ready to be run. | |
MinifyCacheItem | IndicateS whether to minify the data stored in the cache for each status. | |
OcrEngine | OCR engine instance being used by this job. | |
OutputCache | Cache to store the result output document of the conversion. | |
StatusCache | Cache used for storing the job status. |