datatable.options.progress.allow_interruption¶
allow_interruption
allow_interruption
=
This option controls if the datatable tasks could be interrupted.
Parameters¶
return
boolCurrent allow_interruption value. Initially, this option is set to True.
value
boolNew allow_interruption value. If True, datatable will be allowed
to handle the SIGINT signal to interrupt long-running tasks.
If False, it will not be possible to interrupt tasks with SIGINT.
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.