DSSProgress
This interface allows to control the progress visualization form. DSSProgress is exposed directly by the DSS object (OpenDSSEngine).
Example
% Create DSS object
DSSObject = actxserver('OpenDSSEngine.DSS')
if ~DSSObject.Start(0),
disp("Unable to start openDSS");
return
end;
DSSProgress = DSSObject.DSSProgress;