Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the status of the current task.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public TaskStatus TaskStatus { get; set; }
public:
property TaskStatus TaskStatus {
TaskStatus get();
void set(TaskStatus value);
}
Public Property TaskStatus As TaskStatus
Property Value
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.TaskStatus
An instance of TaskStatus.
See Also
Task Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top