G
Guest
I have an application with several methods, many of which perform matrix
computations. Occasionally the methods will take too long to complete and the
user may want to abort and do something else.
I envision a "abort" button which raises an event but I am uncertain how to
implement stopping whatever procedure happens to be active. Is there some
global "halt whatever happens to be executing" technique?
computations. Occasionally the methods will take too long to complete and the
user may want to abort and do something else.
I envision a "abort" button which raises an event but I am uncertain how to
implement stopping whatever procedure happens to be active. Is there some
global "halt whatever happens to be executing" technique?