C# Class ConEmu.WinForms.GuiMacroResult

A result of executing the GUI macro.
Show file Open project: Maximus5/conemu-inside Class Usage Examples

Public Properties

Property Type Description
IsSuccessful bool
Response string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

IsSuccessful public property

Whether macro execution returned success.
public bool IsSuccessful
return bool

Response public property

String response of the command, “OK” if successful and without output.
public string Response
return string