Versions in this module Expand all Collapse all v0 v0.2.0 Nov 19, 2015 Changes in this version + type WaitResult struct + Err error + ExitCode int + Signal int + func NewWaitResult(code, signal int, err error) *WaitResult + func (r *WaitResult) String() string + func (r *WaitResult) Successful() bool