doStuff

My overloaded function.

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

Parameters

task
Type: string

String description of stuff to do.

Meta