ddoc13270
-
Declaration
void
doStuff
(stringtask
);
voiddoStuff
(string[]tasks
, intmaxJobs
);My overloaded function.
Parameters
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.