public enum ENTransactionResultStatus : System.Enum
public enum ENTransactionResultStatus : System.Enum
Member | Description |
---|---|
FailedNotExecuted | The batch failed, bacause it was advised that the operations its performs will fail |
FailedRolledback | The batch failed, during the operations executions and an attempt was made to rollback the associated transaction |
Succeeded | The batch succeeded |
SucceededWithError | The batch succeeded, but was not able to apply all operations |
System.Object
System.ValueType
System.Enum
Nevron.Nov.ENTransactionResultStatus
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)