stash_foreach
Description:
Loops over all the stashed states and issue a callback for each one.
If callback returns a non-zero value, this will stop looping.
Parameters:
| this |
a Repository. |
| callback | |
| user_data |
callback user data. |
Returns:
|
true if there was no error, false otherwise. |