Loupe - Log - Monitor - Resolve
Gibraltar Namespace / AsyncTaskResult Enumeration

In This Topic
    AsyncTaskResult Enumeration
    In This Topic
    The result of processing an asynchronous task
    Syntax
    'Declaration
     
    
    <FlagsAttribute()>
    Public Enum AsyncTaskResult 
       Inherits System.Enum
    [Flags()]
    public enum AsyncTaskResult : System.Enum 
    Members
    MemberValueDescription
    Canceled1The task was canceled before it could complete or fail to complete.
    Error2Recoverable error.
    Information8Informational message.
    Success16Debugging trace.
    Unknown0The severity level is uninitialized and thus unknown.
    Warning4Noncritical problem.
    Remarks
    For any value better than Error the task did complete its primary purpose.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.AsyncTaskResult

    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