ArcFM Mobile Developer Guide
CloseTask(Boolean,Boolean) Method


Version: 10.2.1a

Resource Center Home

Indicates if this task should be saved.
Indicates if the task is closing because the application is closing.
Closes the current open task.
Syntax
'Declaration
 
Overloads Sub CloseTask( _
   ByVal save As Boolean, _
   ByVal isApplicationClosing As Boolean _
) 
'Usage
 
Dim instance As ICloseTaskService
Dim save As Boolean
Dim isApplicationClosing As Boolean
 
instance.CloseTask(save, isApplicationClosing)
void CloseTask( 
   bool save,
   bool isApplicationClosing
)

Parameters

save
Indicates if this task should be saved.
isApplicationClosing
Indicates if the task is closing because the application is closing.
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

ICloseTaskService Interface
ICloseTaskService Members
Overload List

 

 


Send Comment