Lets you update a status bar or interrupt the calling function's operation.
public delegate bool SpecialEffectsProgress(
int percent
)
percent
An integer from 0 to 100 that indicates the percent completion of the method that uses the delegate.
true to continue; false to interrupt.