349 </dl> |
349 </dl> |
350 <div align="right"><a href="#top">Up</a></div> |
350 <div align="right"><a href="#top">Up</a></div> |
351 <hr /><hr /> |
351 <hr /><hr /> |
352 <a NAME="batchCheck" ID="batchCheck"></a> |
352 <a NAME="batchCheck" ID="batchCheck"></a> |
353 <h2>batchCheck</h2> |
353 <h2>batchCheck</h2> |
354 <b>batchCheck</b>(<i>argumentsList, send, fx, cancelled</i>) |
354 <b>batchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>) |
355 <p> |
355 <p> |
356 Module function to check a batch of files for whitespace related problems. |
356 Module function to check a batch of files for whitespace related problems. |
357 </p><dl> |
357 </p><dl> |
358 <dt><i>argumentsList</i></dt> |
358 <dt><i>argumentsList</i> (list)</dt> |
359 <dd> |
359 <dd> |
360 list of arguments tuples as given for check |
360 list of arguments tuples as given for check |
361 </dd><dt><i>send</i></dt> |
361 </dd><dt><i>send</i> (func)</dt> |
362 <dd> |
362 <dd> |
363 reference to send function (function) |
363 reference to send function |
364 </dd><dt><i>fx</i></dt> |
364 </dd><dt><i>fx</i> (str)</dt> |
365 <dd> |
365 <dd> |
366 registered service name (string) |
366 registered service name |
367 </dd><dt><i>cancelled</i></dt> |
367 </dd><dt><i>cancelled</i> (func)</dt> |
368 <dd> |
368 <dd> |
369 reference to function checking for a cancellation |
369 reference to function checking for a cancellation |
370 (function) |
370 </dd><dt><i>maxProcesses</i> (int)</dt> |
|
371 <dd> |
|
372 number of processes to be used |
371 </dd> |
373 </dd> |
372 </dl> |
374 </dl> |
373 <div align="right"><a href="#top">Up</a></div> |
375 <div align="right"><a href="#top">Up</a></div> |
374 <hr /><hr /> |
376 <hr /><hr /> |
375 <a NAME="check" ID="check"></a> |
377 <a NAME="check" ID="check"></a> |