Main Content
done
Class: matlab.engine.FutureResult
Namespace: matlab.engine
Completion status of asynchronous call to MATLAB function from Python
Syntax
tf = FutureResult.done()
Description
returns
the completion status of a MATLAB® function called asynchronously
from Python®. tf
= FutureResult.done()FutureResult.done
returns True
if
the function has finished, and False
if it has
not finished.