OfxProgressSuiteV1::progressEnd
— Signal that we are finished with the progress meter.
#include "ofxProgress.h"
OfxStatus
(*progressEnd)
(
|
void *
effectInstance
)
;
|
Call this when you are done with the progress meter and no longer need it displayed.
\post - you can no longer call progressUpdate on the instance
\returns
kOfxStatOK
- the progress object was successfully closed
kOfxStatErrBadHandle
- the progress handle was invalid,