Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ConEmu
WinForms
GuiMacroResult
C# Class ConEmu.WinForms.GuiMacroResult
A result of executing the GUI macro.
Mostra 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_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