Re: How to setup Task&Duration to be Ongoing?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



In the classic set of project definitions, a 'task' is ALWAYS a package of work that produces a specific, measurable, observable deliverable - 1 program module, one hole in the ground, one wall covered with paint, 100 widgets, etc. The task starts at the moment work begins on that deliverable and is finished at the precise point in time when the deliverable has been created, not before and not later. As such, "on-going" tasks with no definable duration are simply can't exist. Even variable length hammock tasks, such as a project management task that lasts for whatever the total duration of the project happens to be at the moment, still have an exact, measurable, and predictable duration. If your project contains tasks that are even ABLE to be terminated at some arbitrary point in time independent of the moment of creation of a required deliverable, you seriously need to rethink your project's work breakdown structure.
--
Steve House [Project MVP]
MS Project Trainer & Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs



"agenda9533" <agenda9533@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:A3E4A886-CC4D-4C1F-B485-CBB4997E34E1@xxxxxxxxxxxxxxxx
I do not know when some tasks/activities/process end. They are ongoing until
we shut them down.
Is there any way to setup Duration to be ongoing, not limited, "run until
futher notice"?????
Thank you!

.



Relevant Pages

  • Re: Ada.Execution_Time
    ... Since it is not in the standard, there is no reason to expect those statements to be true. ... I agree that they are not in the RM; my original question was what is the intended purpose of the package - the content doesn't seem useful for any use I can think of. ... representation of some underlying counter. ... Using Duration could help that, ...
    (comp.lang.ada)
  • Ada.Execution_Time
    ... I tried to use it for two simple uses: display the execution time of one task and sum the of execution time of a group of related tasks. ... In both cases, I don't see anything in that package that provides any straightforward way to use the value reported. ... So the best you can do is Split it, and then convert the parts to a type that can be used (like duration). ... Perhaps you can use Split, sum the seconds, and then use "+" to add the fractions to the next Clock, but that seems an odd intended use. ...
    (comp.lang.ada)
  • Re: Real Time IO routines
    ... -- Simple answer is to build a IO package and use Unchecked_Conversion ... -- I/O Time (Duration) type. ... -- convert Ada.Real_Time private Time to a local type. ...
    (comp.lang.ada)
  • Re: Trouble with variable scoping
    ... package main; ... the enclosing scope, which, in this case, is file scope. ... duration of the scope of the C, ... $x would be, but only by fully qualifying it, as $me::x. ...
    (perl.beginners)