joque
task orchestration library
|
Traits overload so that process can be used in combination with the library. More...
#include <process.hpp>
Static Public Member Functions | |
static inval_result | is_invalidated (const process &p) |
Proces becames invalidated in case one of it's input files is more recent than any of output files. More... | |
static run_result | run (const task &, const process &p) |
Executes the process, captures output of both stdout and stderr. More... | |
Traits overload so that process can be used in combination with the library.
Uses reproc++ internaly for execution of the subprocess.
|
static |
Proces becames invalidated in case one of it's input files is more recent than any of output files.
|
static |
Executes the process, captures output of both stdout and stderr.
Returns failure in case return code of subprocess is not 0.