ddoc13270



void doStuff(string task);
void doStuff(string[] tasks, int maxJobs);
My overloaded function.

Params:
string task String description of stuff to do.
string[] tasks Array of descriptions of stuff to do.
int maxJobs Max parallel jobs to run while doing stuff.


Page generated by Ddoc.