Main Content
done
Class: matlab.net.http.ProgressMonitor
Namespace: matlab.net.http
Indicate all message transfers completed
Syntax
done(obj)
Description
done(obj)
indicates that all message transfers
are completed. MATLAB® calls this method when all transfers for
a given RequestMessage.send
operation have been completed.
This method indicates that MATLAB is no longer using the ProgressMonitor
object.
Use this method to delete windows or other objects you create to display
progress.
Version History
Introduced in R2016b