mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
641 B
641 B
Home > kibana-plugin-plugins-expressions-public > ExecutionContract > cancel
ExecutionContract.cancel property
Cancel the execution of the expression. This will set abort signal (available in execution context) to aborted state, letting expression functions to stop their execution.
Signature:
cancel: () => void;