MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / stopped

Method stopped

src/process/wait.rs:98–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 #[inline]
97 #[doc(alias = "WIFSTOPPED")]
98 pub fn stopped(self) -> bool {
99 backend::process::wait::WIFSTOPPED(self.0)
100 }
101
102 /// Returns whether the process has exited normally.
103 #[inline]

Callers 2

stopping_signalMethod · 0.80
fmtMethod · 0.80

Calls 2

WIFSTOPPEDFunction · 0.85
raw_codeMethod · 0.80

Tested by

no test coverage detected