Object_recentExecutions
Contributes a recentCommands
action to any domain object (unless also HasInteractionId - commands don’t themselves have commands).
API
Object_recentExecutions.java
class Object_recentExecutions {
List<? extends ExecutionLogEntry> act()
boolean hideAct() (1)
}
1 | hideAct()
Hide if the mixee is itself HasInteractionId (commands don’t have commands). |
Members
hideAct()
Hide if the mixee is itself HasInteractionId (commands don’t have commands).