protected override void Processing(Dictionary <string, object> data) { Ux.ShowLoadingWindow(); Ux.Message(Executor.Cmd("ping www.baidu.com").Output.ToString()); Ux.CloseLoadingWindow(); throw new Exception(); }