Introduce Checkable#executions

refs #8034
This commit is contained in:
Alexander A. Klimov 2020-06-02 17:09:13 +02:00 committed by Noah Hilverling
parent 1228d751fe
commit b9ab01f6d2

View File

@ -164,6 +164,7 @@ abstract class Checkable : CustomVarObject
}}} }}}
}; };
[state, no_user_modify] Dictionary::Ptr executions;
[state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions; [state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions;
}; };