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.
Determines whether the Dashboard should activate the existing user interface of a Task that is already running.
Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public enum UiActivation
public enum class UiActivation
Public Enumeration UiActivation
Members
| Member name | Description | |
|---|---|---|
| IfArgumentsAreEqual | If the task is currently running, the Dashboard will activate the user interface that is associated with the running task. | |
| Never | The Dashboard will not attempt to reactivate the user interface that is associated with the running task. | 
Remarks
This enumeration is used with tasks that do not block actions in the Dashboard, such as ProcessTask and AsyncUiTask.
See Also
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top