{
StudioBulkRunnableWithProgress bulkRunnable = ( StudioBulkRunnableWithProgress ) runnable;
ConnectionEventRegistry.suspendEventFireingInCurrentThread();
try
{
bulkRunnable.run( spm[0] );
}
finally
{
ConnectionEventRegistry.resumeEventFireingInCurrentThread();
}