ConversionJobStatus Members

Include Protected Members
Include Inherited Members

Provides status information for all conversion items that are in a single conversion job.

The ConversionJobStatus type exposes the following members.

Constructors

  Name Description
Public method ConversionJobStatus(Guid, Guid, Nullable<Guid>) Initializes a new instance of the ConversionJobStatus class based on the WordServiceApplicationProxy object specified by id, the ConversionJob object specified by jobId, and the partition specified by subscriptionId.
Public method ConversionJobStatus(String, Guid, Nullable<Guid>) Initializes a new instance of the ConversionJobStatus class based on the WordServiceApplicationProxy object specified by name, the ConversionJob object specified by jobId, and the partition specified by subscriptionId.
Public method ConversionJobStatus(WordServiceApplicationProxy, Guid, Nullable<Guid>) Initializes a new instance of the ConversionJobStatus class based on the specified WordServiceApplicationProxy and ConversionJob objects, and the partition specified by subscriptionId.

Top

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

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetAllActiveJobs(Guid, Nullable<Guid>) Gets all conversion jobs with one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).
Public methodStatic member GetAllActiveJobs(String, Nullable<Guid>) Gets all conversion jobs with one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).
Public methodStatic member GetAllActiveJobs(WordServiceApplicationProxy, Nullable<Guid>) Gets all conversion jobs with one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).
Public methodStatic member GetAllActiveJobs(Guid, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user and that have one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).
Public methodStatic member GetAllActiveJobs(String, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user and that have one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).
Public methodStatic member GetAllActiveJobs(WordServiceApplicationProxy, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user and that have one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).
Public methodStatic member GetAllJobs(Guid, Nullable<Guid>) Gets all conversion jobs, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(String, Nullable<Guid>) Gets all conversion jobs, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(WordServiceApplicationProxy, Nullable<Guid>) Gets all conversion jobs, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(Guid, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(String, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs.
Public methodStatic member GetAllJobs(WordServiceApplicationProxy, SPUserToken, Nullable<Guid>) Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs.
Public method GetHashCode (Inherited from Object.)
Public method GetItems Gets the list of files for any category within the conversion.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh Updates the contents of the ConversionJobStatus object.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ConversionJobStatus Class

Microsoft.Office.Word.Server.Conversions Namespace