Nevron .NET Vision
Nevron.Diagram Namespace / TransactionResultStatus Enumeration


In This Topic
    TransactionResultStatus Enumeration
    In This Topic
    Enumerates the possible statuses of batch result
    Syntax
    'Declaration
     
    
    Public Enum TransactionResultStatus 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TransactionResultStatus
    public enum TransactionResultStatus : 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.Diagram.TransactionResultStatus

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also