Right now persistence is using the StateInitializedNotification to start a load from storage job LoadActionSet+Action.
I have a use for another notification for when the LoadActionSet+Action is done doing its job (either successfully returning a stored state, or failling), so that specific action can be taken in terms of further initializatoin.
Right now persistence is using the
StateInitializedNotification
to start a load from storage jobLoadActionSet+Action
. I have a use for another notification for when the LoadActionSet+Action is done doing its job (either successfully returning a stored state, or failling), so that specific action can be taken in terms of further initializatoin.Hope this makes sense.