GeoEco.Matlab.SharedMatlabWorkerProcess.Shutdown

classmethod SharedMatlabWorkerProcess.Shutdown(timeout=30.0)

Stop and delete the MatlabWorkerProcess, if it has been instantiated.

Parameters:

timeout (float, optional) – Number of seconds to wait when stopping the MATLAB worker process before failing. Because the process will be idle when Stop() 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.