IRunningTaskFormsService.IsTaskFormInProgress(String, IContext) Method

Definition

Indicates if the creation of a dialog box is in progress. For example, if a user tries to open the properties of, for example, a Server role’s, taskFormMoniker will indicate which code to use and context will indicate which the object that was called.

public:
 bool IsTaskFormInProgress(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool IsTaskFormInProgress (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member IsTaskFormInProgress : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function IsTaskFormInProgress (taskFormMoniker As String, context As IContext) As Boolean

Parameters

taskFormMoniker
String

The current moniker of the dialog box to be opened.

context
IContext

The node where the click occurred.

Returns

true if the task form is in progress; otherwise, false.

Applies to