ConversionJob.Started Property

Gets a value that indicates whether this conversion job has been started.

Namespace:  Microsoft.Office.Word.Server.Conversions
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Started As Boolean
    Get
'Usage
Dim instance As ConversionJob
Dim value As Boolean

value = instance.Started
public bool Started { get; }

Property Value

Type: System.Boolean
true if the conversion job has been started; otherwise, false.

Remarks

This property is set to true when the Start() method is called. Once a conversion job is started, no additional conversion items can be added to it.

See Also

Reference

ConversionJob Class

ConversionJob Members

Microsoft.Office.Word.Server.Conversions Namespace