Introduce Checkable#pending_executions

refs #8034
This commit is contained in:
Alexander A. Klimov 2020-06-02 16:59:42 +02:00
parent fc220bac69
commit d6fad3232b
1 changed files with 2 additions and 0 deletions

View File

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