Ticket #38 (closed improvement: resolved)
routines for pc::job/thread/process::collection should return exit status in common way
| Reported by: | niam | Owned by: | niam |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12.0 |
| Component: | Version: | 0.11.0 | |
| Severity: | minor | Keywords: | |
| Cc: |
Description
If routine for pc::process::collection returns anything in current implementation the result couldn't be gotten in normal way(moreover the return value is totally ignored). The process in normal unix environment doesn't return anything except integer exit status.
The pc::job and its children should be able to receive exit/return status in common way and save it if developer wants to check it.
Change History
comment:2 Changed 3 years ago by niam
committed with daf89aca14db
Note: See
TracTickets for help on using
tickets.

pc::job/thread/process::collection: routine returns integer
The value of exit status could be gotten w/ wait method.