ArcFM Responder Mobile Developer Guide
CloseTask(Boolean,Boolean) Method






States whether any changes to the currently open task should be saved.
This will close the currently open task without prompting the user to save.
Syntax
'Declaration
 
Public Overloads Sub CloseTask( _
   ByVal save As System.Boolean, _
   ByVal isApplicationClosing As System.Boolean _
) 
'Usage
 
Dim instance As CurrentTaskService
Dim save As System.Boolean
Dim isApplicationClosing As System.Boolean
 
instance.CloseTask(save, isApplicationClosing)
public void CloseTask( 
   System.bool save,
   System.bool isApplicationClosing
)
public procedure CloseTask( 
    save: System.Boolean;
    isApplicationClosing: System.Boolean
); 
public function CloseTask( 
   save : System.boolean,
   isApplicationClosing : System.boolean
);
public: void CloseTask( 
   System.bool save,
   System.bool isApplicationClosing
) 
public:
void CloseTask( 
   System.bool save,
   System.bool isApplicationClosing
) 

Parameters

save
States whether any changes to the currently open task should be saved.
isApplicationClosing
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

CurrentTaskService Class
CurrentTaskService Members
Overload List

Send Feedback