Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] API change request to support abort on error

To resolve the bug described in https://bugs.eclipse.org/bugs/show_bug.cgi?id=147145

We request to change the API to add an method in org.eclipse.birt.report.api.IEngineTask:

 

      Void setDefaultErrorOperation(int operation);

      Fianl static int CONTINE_ON_ERROR = 0;

      Final Static int CANCEL_ON_ERROR = 1;

 

The default behavior is CONTINUE_ON_ERROR.

 

Thanks.

 

-Wei Yan

 

Attachment: Microsoft Word - API change request 147145.pdf
Description: Microsoft Word - API change request 147145.pdf


Back to the top