[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines task status values. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As TaskStatus

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration TaskStatus
C#
[SerializableAttribute] 
public enum TaskStatus
C++
[SerializableAttribute] 
public enum class TaskStatus
J#
/** @attribute SerializableAttribute() */ 
public enum TaskStatus
JScript
SerializableAttribute 
public enum TaskStatus

Members

Member name Description
Failed Indicates the task did not complete successfully.
Scheduled Indicates task state after RHS receives the task.
Started Indicates that the task started to run.
Succeeded Indicates the task completed successfully.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also