Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:
global exec_hosts
global active_host
global remote_exec editor_only
+ global exec_sock monitor_sock exec_sockets_opened
set n [llength $exec_hosts]
set exec_hosts []
set editor_only true
.menubar.experiment entryconfigure "Execute" -state disabled
}
+ catch { close exec_sock } message
+ catch { close monitor_sock } message
+ catch { unset exec_sock monitor_sock } message
+ set exec_sockets_opened false
destroy $wi
}