ConversionJob.Canceled Property

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

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

Syntax

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

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

Property Value

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

Remarks

Once a conversion job is canceled, no additional conversion requests can be sent to it.

See Also

Reference

ConversionJob Class

ConversionJob Members

Microsoft.Office.Word.Server.Conversions Namespace