github.com/DaoCloud/dao@v0.0.0-20161212064103-c3dbfd13ee36/container/state_windows.go (about)

     1  package container
     2  
     3  // setFromExitStatus is a platform specific helper function to set the state
     4  // based on the ExitStatus structure.
     5  func (s *State) setFromExitStatus(exitStatus *ExitStatus) {
     6  	s.exitCode = exitStatus.ExitCode
     7  }