Job status.
0 | Success |
The job is successful. |
1 | SuccessWithErrors |
The job is partially successful. Errors occurred |
2 | Aborted |
The job was not successful and is aborted. Errors occurred |
DocumentConverterJobStatus is used as the type for these properties:
Property | Description |
---|---|
DocumentConverterJob.Status |
Final status of the conversion job |
DocumentConverterJobEventArgs.Status |
Current job status and to allow the user to abort the operation |
For an example, refer to RunJob and RunJobAsync.