UiActivation Enumeration
Determines whether the Dashboard should activate the existing user interface of a Task that is already running.
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
| 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. |
This enumeration is used with tasks that do not block actions in the Dashboard, such as ProcessTask and AsyncUiTask.
Community Additions
ADD
Show: