ConversionJobStatus.GetAllActiveJobs Method

Include Protected Members
Include Inherited Members

Gets a list of conversion jobs with one or more active conversion items (that is, conversion items whose status is InProgress or NotStarted).

Overload List

  Name Description
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).

Top

Remarks

The collection of Guid structures returned by this method is scoped to a single partition. Each Guid corresponds to the JobId of a ConversionJob with active conversion items.

Note

The overloads that take a user token as a parameter filter the list of active conversion jobs to only those active conversion jobs that were started by the specified user. The overloads that do not take a user token return all active conversion jobs.

See Also

Reference

ConversionJobStatus Class

ConversionJobStatus Members

Microsoft.Office.Word.Server.Conversions Namespace