Click or drag to resize

ActionMacroRunToggle Constructor

Initializes a new instance of the ActionMacroRunToggle class

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public ActionMacroRunToggle(
	string filename = ""
)

Parameters

filename (Optional)
Type: SystemString
File name of the macro to run.
Remarks
File name is ignored for stopping the currently running macro but must be specified for starting a macro.
See Also