ArcFM Mobile Developer Guide
CloseTask(Boolean,Boolean) Method


Version: 10.2.1a

Resource Center Home

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 Boolean, _
   ByVal isApplicationClosing As Boolean _
) 
'Usage
 
Dim instance As CurrentTaskService
Dim save As Boolean
Dim isApplicationClosing As Boolean
 
instance.CloseTask(save, isApplicationClosing)
public void CloseTask( 
   bool save,
   bool isApplicationClosing
)

Parameters

save
States whether any changes to the currently open task should be saved.
isApplicationClosing
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CurrentTaskService Class
CurrentTaskService Members
Overload List

 

 


Send Comment