ArcFM Responder Mobile Developer Guide
SetTask Method (IMMPxTaskTool)






Syntax
'Declaration
 
Function SetTask( _
   ByVal pTask As IMMPxTask _
) As System.Boolean
'Usage
 
Dim instance As IMMPxTaskTool
Dim pTask As IMMPxTask
Dim value As System.Boolean
 
value = instance.SetTask(pTask)
System.bool SetTask( 
   IMMPxTask pTask
)
function SetTask( 
    pTask: IMMPxTask
): System.Boolean; 
function SetTask( 
   pTask : IMMPxTask
) : System.boolean;
System.bool SetTask( 
   IMMPxTask* pTask
) 
System.bool SetTask( 
   IMMPxTask^ pTask
) 

Parameters

pTask
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

IMMPxTaskTool Interface
IMMPxTaskTool Members

Send Feedback