TranslationJobStatus class

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

Inheritance hierarchy

System.Object
  Microsoft.Office.ConversionServices.Conversions.ConversionJobStatus
    Microsoft.Office.TranslationServices.TranslationJobStatus

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Class TranslationJobStatus _
    Inherits ConversionJobStatus
'Usage
Dim instance As TranslationJobStatus
public class TranslationJobStatus : ConversionJobStatus

Remarks

Each bucket represents the translation state of all of the files it contains.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TranslationJobStatus members

Microsoft.Office.TranslationServices namespace