View source: R/core_api-interrupt.R View source: R/backend_api-evalFuture.R
interrupt | R Documentation |
Attempts to interrupt a running future. If the backend does not support interrupting futures, nothing is done.
interrupt(x, ...)
x |
A Future. |
... |
All arguments used by the S3 methods. |
interrupt()
returns the Future flagged as "interrupted",
if the backend supports interrupting futures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.