Class: matlab.engine.FutureResult
Package: matlab.engine
Cancellation status of asynchronous call to MATLAB function from Python
tf = FutureResult.cancelled()
returns
the cancellation status of a call to a MATLAB® function called
asynchronously from Python®. tf
= FutureResult.cancelled()FutureResult.cancelled
returns True
if
a previous call to FutureResult.cancel
succeeded,
and False
otherwise.