Class: matlab.engine.FutureResult
Package: matlab.engine
Cancel asynchronous call to MATLAB function from Python
tf = FutureResult.cancel()
cancels
a call to a MATLAB® function called asynchronously from Python®. tf
= FutureResult.cancel()FutureResult.cancel
returns True
if
it successfully cancels the function, and False
if
it cannot cancel the function.