doStuff

My overloaded function.

  1. void doStuff(string task)
  2. void doStuff(string[] tasks, int maxJobs)
    void
    doStuff
    (
    string[] tasks
    ,)

Parameters

tasks
Type: string[]

Array of descriptions of stuff to do.

maxJobs
Type: int

Max parallel jobs to run while doing stuff.

Meta