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)

public enum class TaskStatus

Member nameDescription
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.

Return to top

Community Additions

ADD
Show: