Loupe - Log - Monitor - Resolve
Gibraltar.Agent 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.
    Error4The task failed.
    Information2The task succeeded but generated an informational message.
    None0The severity level is uninitialized and thus unknown.
    Success1The task succeeded completely.
    Warning3The task at least partially succeeded but there was a noncritical problem.
    Remarks
    For any value better than Error the task did complete its primary purpose.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Gibraltar.Agent.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