C# Class ConEmu.WinForms.GuiMacroResult

A result of executing the GUI macro.
Mostrar archivo 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_oe property

Whether macro execution returned success.
public bool IsSuccessful
return bool

Response public_oe property

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