| ZennoLab.Emulation Assembly > ZennoLab.Emulation Namespace > Emulator Class : ErrorDetected Property |
Type: System.Boolean
true if error detected in the performance last command; otherwise, false.
// send the text string result = Emulator.SendText("Window", 200, 200, "it's a simple text for send"); // if error detected if (Emulator.ErrorDetected) return "Fail"; return "Text was sent";
// send the text $result = ZennoLab\Emulation\Emulator::SendText("Window", 200, 200, "it's a simple text for send"); // if error detected if (ZennoLab\Emulation\Emulator::ErrorDetected) return "Fail"; return "Text was sent";
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven