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






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 System.Boolean, _
   ByVal isApplicationClosing As System.Boolean _
) 
'Usage
 
Dim instance As ICloseTaskService
Dim save As System.Boolean
Dim isApplicationClosing As System.Boolean
 
instance.CloseTask(save, isApplicationClosing)
void CloseTask( 
   System.bool save,
   System.bool isApplicationClosing
)
procedure CloseTask( 
    save: System.Boolean;
    isApplicationClosing: System.Boolean
); 
function CloseTask( 
   save : System.boolean,
   isApplicationClosing : System.boolean
);
void CloseTask( 
   System.bool save,
   System.bool isApplicationClosing
) 
void CloseTask( 
   System.bool save,
   System.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 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

ICloseTaskService Interface
ICloseTaskService Members
Overload List

Send Feedback