GeoEco.Matlab.MatlabWorkerProcess.Stop
- MatlabWorkerProcess.Stop(timeout=30.0)
Stops the MATLAB worker process.
The MATLAB functions remain bound to the
MatlabWorkerProcessinstance. If one is subsequently called, a new MATLAB worker process will be started.- Parameters:
timeout (
float, optional) – Number of seconds to wait when stopping the MATLAB worker process before failing. Because the process will be idle whenStop()is called, a long timeout should not be necessary, but we use a relatively long default in case the machine is busy. Must be greater than 0.0.