TranslationItemInfo.InProgress property
Gets a Boolean value that indicates if the item is currently being translated but is not yet complete.
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
'Declaration
Public ReadOnly Property InProgress As Boolean
Get
'Usage
Dim instance As TranslationItemInfo
Dim value As Boolean
value = instance.InProgress
public bool InProgress { get; }
Type: System.Boolean