If the work unit generator were shut down, then started back up, it would need to determine the last
work unit that was generated so that it would know where to resume generating new ranges.
If the work unit generator were shut down, then started back up, it would need to determine the last
work unit that was generated so that it would know where to resume generating new ranges.
A Result is a type of Task that contains data that was
analyzed by the science application and returned by a
client.
Result() -
Constructor for class edu.wpi.prc.task.Result
Default constructor is protected so that the Result will either be created
by the TaskFactory or the public constructor that takes a task ID will be
called.
The ResultValidator class contains project-specific code
used to validate work units and spot-checks, and to select
the canonical result for a work unit.
The ResultValidator class contains project-specific code
used to validate work units and spot-checks, and to select
the canonical result for a work unit.