'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 | 4 | The task failed. |
Information | 2 | The task succeeded but generated an informational message. |
None | 0 | The severity level is uninitialized and thus unknown. |
Success | 1 | The task succeeded completely. |
Warning | 3 | The task at least partially succeeded but there was a noncritical problem. |
System.Object
System.ValueType
System.Enum
Gibraltar.Agent.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