OfxProgressSuiteV1::progressUpdate
— Indicate how much of the processing task has been completed and reports on any abort status.
#include "ofxProgress.h"
OfxStatus
(*progressUpdate)
(
|
void * effectInstance , |
double
progress
)
;
|
\returns
kOfxStatOK
- the progress object was successfully updated and the task should continue
kOfxStatReplyNo
- the progress object was successfully updated and the task should abort
kOfxStatErrBadHandle
- the progress handle was invalid,