ArcFM Responder Mobile Developer Guide
GetTasksEnabledStatus Method






Syntax
'Declaration
 
Function GetTasksEnabledStatus( _
   ByVal pPxNode As IMMPxNode _
) As System.String
'Usage
 
Dim instance As IMMPxApplicationDebug
Dim pPxNode As IMMPxNode
Dim value As System.String
 
value = instance.GetTasksEnabledStatus(pPxNode)
System.string GetTasksEnabledStatus( 
   IMMPxNode pPxNode
)
function GetTasksEnabledStatus( 
    pPxNode: IMMPxNode
): System.String; 
function GetTasksEnabledStatus( 
   pPxNode : IMMPxNode
) : System.String;
System.string* GetTasksEnabledStatus( 
   IMMPxNode* pPxNode
) 
System.String^ GetTasksEnabledStatus( 
   IMMPxNode^ pPxNode
) 

Parameters

pPxNode
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPxApplicationDebug Interface
IMMPxApplicationDebug Members

Send Feedback