UiActivation Enumeration

Determines whether the Administration Console should activate the existing user interface of a Task that is already running.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Public Enumeration UiActivation
public enum UiActivation
public enum class UiActivation
public enum UiActivation
public enum UiActivation

Members

Member name Description
IfArgumentsAreEqual If the task is currently running, the Administration Console will activate the user interface that is associated with the running task.
Never The Administration Console 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 Administration Console, such as ProcessTask and AsyncUiTask.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace