ddoc13270

  • Declaration

    void doStuff(string task);
    void doStuff(string[] tasks, int maxJobs);

    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.