'Declaration
<FlagsAttribute()> Public Enum AsyncTaskResult Inherits System.Enum
[Flags()] public enum AsyncTaskResult : System.Enum
'Declaration
<FlagsAttribute()> Public Enum AsyncTaskResult Inherits System.Enum
[Flags()] public enum AsyncTaskResult : System.Enum
Member | Value | Description |
---|---|---|
Canceled | 1 | The task was canceled before it could complete or fail to complete. |
Error | 2 | Recoverable error. |
Information | 8 | Informational message. |
Success | 16 | Debugging trace. |
Unknown | 0 | The severity level is uninitialized and thus unknown. |
Warning | 4 | Noncritical problem. |
System.Object
System.ValueType
System.Enum
Gibraltar.AsyncTaskResult
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