UiActivation Enumeration

 

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)

public enum class UiActivation

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

Return to top

Community Additions

ADD
Show: