Rad, the method you are calling - process() is asynchronous. Meaning, the
method starts a thread which begins processing
and immediately returns. The fact that process() returned does not mean the
CPM finished.

Does the CPM call collectionProcessComplete() callback on your listener?
This is done when the processing is completed.

Regards, JC

On Fri, Feb 5, 2010 at 7:23 AM, Radwen ANIBA <[email protected]> wrote:

> Hello,
>
> Well the problem is on the title.
>
> after mCPM.process() the CPM seems to still run.
>
> How to figure out this issue ?
>
> Regards
>
> Rad
>

Reply via email to