Static
NAMEStatic
VERSIONActions returns the Actions by Tags passed and ensures that the machine asking for them is the machine that has the actions
BeginActions marks the actions represented by the passed in Tags as running.
FinishActions saves the result of a completed Action
RunningActions lists the actions running for the entities passed in. If we end up needing more than ListRunning at some point we could follow/abstract what's done in the client actions package.
WatchActionNotifications returns a StringsWatcher for observing incoming action calls to a machine.
Generated using TypeDoc
Facade implements the machineactions interface and is the concrete implementation of the api end point.