bodo-hugo-barwich / Process

Perl Module for Multiprocessing
Other
1 stars 2 forks source link

Use SubProcess start time in Group Wait() method #50

Closed bodo-hugo-barwich closed 1 year ago

bodo-hugo-barwich commented 1 year ago

To address the issues:

The Process::SubProcess objects will not expose the Start Time of the process which is then used to update the Process::SubProcess::Group Start Time so that the Execution Time will be more reliable in Process::SubProcess::Group.

Also the test_runner.t test will include verbose output and the parsing check will look for more flexible formatting of the help message

Additionally the new methods and more methods in Process::SubProcess have documentation now as the on-going effort to enhance the documentation as documented at: Automated Documentation

bodo-hugo-barwich commented 1 year ago

The Automated Tests show that the changes do not affect the operativity and keep the expected behaviour.

The development needs to be released to the the smoke test results.