Página 1 de 1
Setfilter
Publicado: Mar Oct 12, 2010 5:11 pm
por Maarten Roos
I was wondering... using the SetFilter method, is there a way to stop it while in process?
Is there also a way to show it's progress?
Setfilter
Publicado: Vie Oct 15, 2010 12:05 pm
por jfgimenez
Maarten,
>I was wondering... using the SetFilter method, is there a
> way to stop it while in process?
>
> Is there also a way to show it's progress?
AFAIK, no. That task is done inside RDD code, which returns only when
finished.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
Setfilter
Publicado: Vie Oct 15, 2010 2:53 pm
por Maarten Roos
I thought so...