muf
muf copied to clipboard
How to pause the MUF when some the class under initialization.
Sometime I want to pause the MUF when a class instance is initializing. and resume the MUF when its done. but I dont know how to configuration. Anybody can tell me?
ps: I am very glad that the MUF version 2.0 was released, Its amazing package.
Can you provide a bit more detail on your scenario? Maybe a small example or some details on the undesired behavior that you see with the current library?
One thing that might help is the use of an "UndoBatch" with consolidation. That would de-duplicate multiple related events and treat the changes to that instance as a single undo operation.