Navigation
Synopsis Log the start of a job.
Function
  1. void startJob(str name)
  2. void startJob(str name, int totalWork)
  3. void startJob(str name, int workShare, int totalWork)
Usage import util::Monitor;
Description The various forms of startJob do the following:
  1. Register a job with a name, a default amount of work contributed to the overall task, and an unknown amount of steps to do.
  2. Register a job with a name and a total amount of steps to do (this will also be the amount of work contributed to the parent job, if any
  3. Register a job with a name, the amount this will contribute to the overall task, and a total amount of steps to do.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.