ConversionJobStatus properties

The ConversionJobStatus type exposes the following members.

Properties

  Name Description
Public property Canceled Gets the number of conversions under this conversion job whose status was set to Canceled by using the Cancel() method.
Public property Count Gets the total number of items in this conversion job.
Public property Failed Gets the number of all conversions under this conversion job whose status is set to Failed.
Public property InProgress Gets the number of conversions under this job that are in progress (that is, all those conversions whose status is set to InProgress).These conversion items have been pulled from the document queue and are currently being converted by the Word Automation Services.
Public property Name Specifies the user-defined friendly name for this conversion job.
Public property NotStarted Gets the number of conversions whose status is set to NotStarted. These conversion items have not yet been pulled from the conversion queue.
Public property Succeeded Gets the number of conversions whose status is set to Succeeded.

Top

See also

Reference

ConversionJobStatus class

Microsoft.Office.Word.Server.Conversions namespace