Main Content
cancelled
Class: matlab.engine.FutureResult
Namespace: matlab.engine
Cancellation status of asynchronous call to MATLAB function from Python
Syntax
tf = FutureResult.cancelled()
Description
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.