Interrupting the client

The client stores the state of its progress in a hidden folder under your home, and can be interrupted at any time. When you are ready to resume it, you just need to launch it in the same folder and it will start exactly from the point where it stopped: the state of the operation is preserved on the Meterian servers.

Please note that the client will refuse to execute another analysis if the previous one is still in progress: you can override this behavior passing the --clean parameter to the command line, which will remove any pending build, starting a new one.

$ java -jar /tmp/meterian-cli.jar --clean

Last updated