Name

OfxProgressSuiteV1::progressUpdate — Indicate how much of the processing task has been completed and reports on any abort status.

Synopsis

#include "ofxProgress.h" 
OfxStatus(*progressUpdate)(void *effectInstance,
  doubleprogress);
 

Arguments

  • effectInstance -
  • progress -

Description

\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,