Close application.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function CloseApplication ( _
	sWindowName As String _
) As Integer

Parameters

sWindowName
Type: System..::..String
Name of the Window without extension.

Return Value

  • -1: error ocured
  • 0: process not found
  • 1: window found and closed
  • 2: process has been killed
  • Remarks