Name

OfxProgressSuiteV1::progressEnd — Signal that we are finished with the progress meter.

Synopsis

#include "ofxProgress.h" 
OfxStatus(*progressEnd)(void *effectInstance);
 

Arguments

  • effectInstance -

Description

Call this when you are done with the progress meter and no longer need it displayed.

\postcondition - you can no longer call progressUpdate on the instance

\returns