ConversionJobStatus.InProgress Property
Gets the number of conversions under this job that are in progress (that is, all those conversions whose status is set to InProgress).These conversion items have been pulled from the document queue and are currently being converted by the Word Automation Services.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public ReadOnly Property InProgress As Integer
Get
'Usage
Dim instance As ConversionJobStatus
Dim value As Integer
value = instance.InProgress
public int InProgress { get; }
Property Value
Type: System.Int32
Returns Int32.