ApplicationHost.RequiresApplicationsReload(ArrayList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.