ConversionSessionStatus 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.
Deprecated, use ConversionStatus instead.
public enum class ConversionSessionStatus
public enum ConversionSessionStatus
type ConversionSessionStatus =
Public Enum ConversionSessionStatus
- Inheritance
-
ConversionSessionStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The session status is unknown. |
Created | 1 | The session has been created successfully. |
Running | 2 | The conversion is currently running. |
Aborted | 3 | The conversion has been aborted. |
Failure | 4 | The conversion was stopped due to an error. |
Success | 5 | The conversion finished successfully. |