Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This converts a `TaskState` into a `dict` of messages with the keys being the Clients to notify and the message being the report message. Allows us to think of messages simply in terms of the message and where it needs to be delivered without needing to know anything about the `TaskState` it came from or the `ClientState`s involved.