CodeTransparencyOperationStatus 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.
Represents the status of an operation in CTS.
public enum CodeTransparencyOperationStatus
type CodeTransparencyOperationStatus =
Public Enum CodeTransparencyOperationStatus
- Inheritance
-
CodeTransparencyOperationStatus
Fields
Name | Value | Description |
---|---|---|
Running | 0 | The operation is still running. |
Failed | 1 | The operation failed. |
Succeeded | 2 | The operation succeeded and a transaction ID has been recorded. |