Introduce Checkable#executions

refs #8034
This commit is contained in:
Alexander A. Klimov 2020-06-02 17:09:13 +02:00
parent d6fad3232b
commit 120440b84f
1 changed files with 1 additions and 0 deletions

View File

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