Nevron Open Vision Documentation
Nevron.Nov Namespace / ENTransactionResultStatus Enumeration


In This Topic
    ENTransactionResultStatus Enumeration
    In This Topic
    Defines the possible statuses of batch result
    Syntax
    'Declaration
     
    
    Public Enum ENTransactionResultStatus 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENTransactionResultStatus
    public enum ENTransactionResultStatus : System.Enum 
    Members
    MemberDescription
    FailedNotExecutedThe batch failed, bacause it was advised that the operations its performs will fail
    FailedRolledbackThe batch failed, during the operations executions and an attempt was made to rollback the associated transaction
    SucceededThe batch succeeded
    SucceededWithErrorThe batch succeeded, but was not able to apply all operations
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENTransactionResultStatus

    Requirements

    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)

    See Also