ApplicationHost.RequiresApplicationsReload(ArrayList) Method

Definition

Checks whether all the apps required by the workflow are already loaded and visible.

public:
 virtual bool RequiresApplicationsReload(System::Collections::ArrayList ^ appsInWorkflow);
public virtual bool RequiresApplicationsReload (System.Collections.ArrayList appsInWorkflow);
abstract member RequiresApplicationsReload : System.Collections.ArrayList -> bool
override this.RequiresApplicationsReload : System.Collections.ArrayList -> bool
Public Overridable Function RequiresApplicationsReload (appsInWorkflow As ArrayList) As Boolean

Parameters

appsInWorkflow
ArrayList

Specifies the applications required by the workflow

Returns

True if applications are loaded and visible, otherwise false.

Applies to