container/state_windows.go
6bb0d181
 package container
77af7d10
 
 // setFromExitStatus is a platform specific helper function to set the state
 // based on the ExitStatus structure.
94d70d83
 func (s *State) setFromExitStatus(exitStatus *ExitStatus) {
2998945a
 	s.ExitCodeValue = exitStatus.ExitCode
77af7d10
 }