C# Class ConEmu.WinForms.GuiMacroResult

A result of executing the GUI macro.
Afficher le fichier Open project: Maximus5/conemu-inside Class Usage Examples

Méthodes publiques

Свойство Type Description
IsSuccessful bool
Response string

Méthodes publiques

Méthode Description
ToString ( ) : string

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsSuccessful public_oe property

Whether macro execution returned success.
public bool IsSuccessful
Résultat bool

Response public_oe property

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