Introduce Checkable#pending_executions

refs #8034
This commit is contained in:
Alexander A. Klimov 2020-06-02 16:59:42 +02:00 committed by Noah Hilverling
parent 50a9e30560
commit 1228d751fe

View File

@ -163,6 +163,8 @@ abstract class Checkable : CustomVarObject
return Endpoint::GetByName(GetCommandEndpointRaw());
}}}
};
[state, no_user_view, no_user_modify] Dictionary::Ptr pending_executions;
};
}