관리-도구
편집 파일: exited%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>stat</em> exited normally (for example using an <tt>exit()</tt> call or finishing the program). full_name: Process::Status#exited? is_singleton: false name: exited? params: | stat.exited? => true or false visibility: public