ScriptProcess.hpp
1 #pragma once
2 #include <Process/Process.hpp>
3 
4 #include <score/tools/DeleteAll.hpp>
5 
6 #include <verdigris>
7 namespace Execution
8 {
9 struct Transaction;
10 }
11 namespace Process
12 {
14 {
15  bool valid{};
18 };
19 }
Components used for the execution of a score.
Definition: ProcessComponent.cpp:12
Base classes and tools to implement processes and layers.
Definition: JSONVisitor.hpp:1324
Definition: ScriptProcess.hpp:14