thr.abort_on_exception= boolean â true or false
Instance Public methods
When set to true
, causes all threads (including the main
program) to abort if an exception is raised in thr. The process
will effectively exit(0)
.
When set to true
, causes all threads (including the main
program) to abort if an exception is raised in thr. The process
will effectively exit(0)
.
Please login to continue.