os/exec.Cmd.WaitDelay (field)

6 uses

	os/exec (current package)
		exec.go#L302: 	WaitDelay time.Duration
		exec.go#L772: 	if (c.Cancel != nil || c.WaitDelay != 0) && c.ctx != nil && c.ctx.Done() != nil {
		exec.go#L813: 	if c.WaitDelay == 0 {
		exec.go#L818: 	timer := time.NewTimer(c.WaitDelay)
		exec.go#L972: 		if c.WaitDelay == 0 {
		exec.go#L985: 		timer = time.NewTimer(c.WaitDelay)