Compartilhar via


TaskStatus Enumeration

 

Indicates the status of the current task.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public enum TaskStatus
public enum class TaskStatus
Public Enumeration TaskStatus

Members

Member name Description
Complete

Indicates that the task is complete.

Hidden

Indicates that the task is not available or hidden from the user interface.

Incomplete

Indicates that the task has not finished.

Skipped

Indicates that the task is skipped.

See Also

Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top