TranslationJobStatus members

Represents the state of a job by organizing the job into one of several buckets.

The TranslationJobStatus type exposes the following members.

Constructors

  Name Description
Public method TranslationJobStatus Initializes a new instance of a TranslationJobStatus for the given job.

Top

Properties

  Name Description
Public property Canceled Gets the count of canceled items.
Public property Count Gets the total number of items in the job.
Public property Failed Gets the count of failed items.
Public property InProgress Gets the count of in-progress items.
Public property Name Gets the user-defined friendly name for the translation job.
Public property NotStarted Gets the count of not-started items.
Public property Succeeded Gets the count of succeeded items.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetAllActiveJobs(SPServiceContext) Gets all jobs submitted by the current user with one or more active items (InProgress or NotStarted) and returns a list of objects describing those jobs.
Public methodStatic member GetAllActiveJobs(SPServiceContext, TranslationJobUserScope) Gets all jobs with one or more active items (InProgress or NotStarted) and returns a list of objects describing those jobs.
Public method GetAllItems Gets the list of all files for the job.
Public methodStatic member GetAllJobs(SPServiceContext) Gets all jobs submitted by the current user and returns a list of objects describing those jobs.
Public methodStatic member GetAllJobs(SPServiceContext, TranslationJobUserScope) Gets all jobs and returns a list of objects describing those jobs.
Public method GetHashCode (Inherited from Object.)
Public method GetItems Gets the list of files for the specified categories.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Refresh Refreshes the lists of translation items.
Public method ToString (Inherited from Object.)

Top

See also

Reference

TranslationJobStatus class

Microsoft.Office.TranslationServices namespace