Click or drag to resize

APIPlayMacro Method

Plays recorded macro.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string PlayMacro(
	Object FullPathToMacroFile
)

Parameters

FullPathToMacroFile
Type: SystemObject

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

Return Value

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