INonInterruptable = interface;
This marker interface can be implemented by workitems that must not be interrupted, e.g. because they perform a long lasting file write operation.
Jam.Threading