Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() ![]() |
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). |
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.