As is, we have StartExecutionTime and EndExecutionTime.
We should add a property, RunTime defined as EndExecutionTime - StartExecutionTime, since at least in my experience, I am more concerned with how long a command took to execute than when it ran.
As is, we have StartExecutionTime and EndExecutionTime.
We should add a property,
RunTimedefined asEndExecutionTime - StartExecutionTime, since at least in my experience, I am more concerned with how long a command took to execute than when it ran.