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 | |
---|---|---|
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. | |
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. | |
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 | |
---|---|---|
Canceled | Gets the number of conversions under this conversion job whose status was set to Canceled by using the Cancel() method. | |
Count | Gets the total number of items in this conversion job. | |
Failed | Gets the number of all conversions under this conversion job whose status is set to Failed. | |
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. | |
Name | Specifies the user-defined friendly name for this conversion job. | |
NotStarted | Gets the number of conversions whose status is set to NotStarted. These conversion items have not yet been pulled from the conversion queue. | |
Succeeded | Gets the number of conversions whose status is set to Succeeded. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
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). | |
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). | |
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). | |
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). | |
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). | |
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). | |
GetAllJobs(Guid, Nullable<Guid>) | Gets all conversion jobs, regardless of the status of those jobs. | |
GetAllJobs(String, Nullable<Guid>) | Gets all conversion jobs, regardless of the status of those jobs. | |
GetAllJobs(WordServiceApplicationProxy, Nullable<Guid>) | Gets all conversion jobs, regardless of the status of those jobs. | |
GetAllJobs(Guid, SPUserToken, Nullable<Guid>) | Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs. | |
GetAllJobs(String, SPUserToken, Nullable<Guid>) | Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs. | |
GetAllJobs(WordServiceApplicationProxy, SPUserToken, Nullable<Guid>) | Gets all conversion jobs that were started by the specified user, regardless of the status of those jobs. | |
GetHashCode | (Inherited from Object.) | |
GetItems | Gets the list of files for any category within the conversion. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Refresh | Updates the contents of the ConversionJobStatus object. | |
ToString | (Inherited from Object.) |
Top