ArcFM Responder Mobile Developer Guide
CloseTask(Boolean) Method






Indicates if the task is closing because the application is closing.
Prompts the user to save the task if it is dirty.
Syntax
'Declaration
 
Overloads Function CloseTask( _
   ByVal isApplicationClosing As System.Boolean _
) As System.Boolean
'Usage
 
Dim instance As ICloseTaskService
Dim isApplicationClosing As System.Boolean
Dim value As System.Boolean
 
value = instance.CloseTask(isApplicationClosing)
System.bool CloseTask( 
   System.bool isApplicationClosing
)
function CloseTask( 
    isApplicationClosing: System.Boolean
): System.Boolean; 
function CloseTask( 
   isApplicationClosing : System.boolean
) : System.boolean;
System.bool CloseTask( 
   System.bool isApplicationClosing
) 
System.bool CloseTask( 
   System.bool isApplicationClosing
) 

Parameters

isApplicationClosing
Indicates if the task is closing because the application is closing.

Return Value

Whether or not the task was closed..
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