Click or drag to resize

APICloseApplication Method

Closes Application.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string CloseApplication(
	Object SearchByType,
	Object SearchValue
)

Parameters

SearchByType
Type: SystemObject

[Missing <param name="SearchByType"/> documentation for "M:AppRobotic.API.CloseApplication(System.Object,System.Object)"]

SearchValue
Type: SystemObject

[Missing <param name="SearchValue"/> documentation for "M:AppRobotic.API.CloseApplication(System.Object,System.Object)"]

Return Value

Type: String
Returns string containing 'success' or error message.
See Also