ArcFM Responder Mobile Developer Guide
DisplayTasksEnabledStatusUI Method






Syntax
'Declaration
 
Sub DisplayTasksEnabledStatusUI( _
   ByVal pPxNode As IMMPxNode _
) 
'Usage
 
Dim instance As IMMPxApplicationDebug
Dim pPxNode As IMMPxNode
 
instance.DisplayTasksEnabledStatusUI(pPxNode)
void DisplayTasksEnabledStatusUI( 
   IMMPxNode pPxNode
)
procedure DisplayTasksEnabledStatusUI( 
    pPxNode: IMMPxNode
); 
function DisplayTasksEnabledStatusUI( 
   pPxNode : IMMPxNode
);
void DisplayTasksEnabledStatusUI( 
   IMMPxNode* pPxNode
) 
void DisplayTasksEnabledStatusUI( 
   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