ConversionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of an asset conversion.
public enum class ConversionStatus
public enum ConversionStatus
type ConversionStatus =
Public Enum ConversionStatus
- Inheritance
-
ConversionStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The state of the conversion is currently unknown. |
Canceled | 1 | The conversion was canceled. |
Failed | 2 | The conversion has failed. |
NotStarted | 3 | The conversion was created but hasn't started yet. |
Running | 4 | The conversion is currently running. |
Succeeded | 5 | The conversion has succeeded. |