Skip to content
Snippets Groups Projects
Commit e8eec018 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add a simple stop() function to the language

This allows to decide some actions in the script when a stoppage is
manually required.

By now it just checks that the presence of a recent "STOP" file in the
execution directory. A simple use is for instance:
```
  if (stop()) {
    checkpoint_and_exit();
  }
```
parent 0f20b330
No related branches found
No related tags found
1 merge request!199Integrate checkpointing
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment