REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.16 KB
Close
/proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/Process/Status/cdesc-Status.yaml
Text
Base64
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: <tt>Process::Status</tt> encapsulates the information on the status of a running or terminated system process. The built-in variable <tt>$?</tt> is either <tt>nil</tt> or a <tt>Process::Status</tt> object. - !ruby/struct:SM::Flow::VERB body: " fork { exit 99 } #=> 26557\n Process.wait #=> 26557\n $?.class #=> Process::Status\n $?.to_i #=> 25344\n $? >> 8 #=> 99\n $?.stopped? #=> false\n $?.exited? #=> true\n $?.exitstatus #=> 99\n" - !ruby/struct:SM::Flow::P body: Posix systems record information on processes using a 16-bit integer. The lower bits record the process status (stopped, exited, signaled) and the upper bits possibly contain additional information (for example the program's return code in the case of exited processes). Pre Ruby 1.8, these bits were exposed directly to the Ruby program. Ruby now encapsulates these in a <tt>Process::Status</tt> object. To maximize compatibility, however, these objects retain a bit-oriented interface. In the descriptions that follow, when we talk about the integer value of <em>stat</em>, we're referring to this 16 bit value. constants: [] full_name: Process::Status includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: "&" - !ruby/object:RI::MethodSummary name: == - !ruby/object:RI::MethodSummary name: ">>" - !ruby/object:RI::MethodSummary name: coredump? - !ruby/object:RI::MethodSummary name: exited? - !ruby/object:RI::MethodSummary name: exitstatus - !ruby/object:RI::MethodSummary name: inspect - !ruby/object:RI::MethodSummary name: pid - !ruby/object:RI::MethodSummary name: signaled? - !ruby/object:RI::MethodSummary name: stopped? - !ruby/object:RI::MethodSummary name: stopsig - !ruby/object:RI::MethodSummary name: success? - !ruby/object:RI::MethodSummary name: termsig - !ruby/object:RI::MethodSummary name: to_i - !ruby/object:RI::MethodSummary name: to_int - !ruby/object:RI::MethodSummary name: to_s name: Status superclass: Object
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 17
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
%3d%3d-i.yaml
321 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
%3e%3e-i.yaml
479 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
%26-i.yaml
492 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cdesc-Status.yaml
2.16 KB
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
coredump%3f-i.yaml
365 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exited%3f-i.yaml
372 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
exitstatus-i.yaml
710 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
inspect-i.yaml
272 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pid-i.yaml
428 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
signaled%3f-i.yaml
334 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stopped%3f-i.yaml
399 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stopsig-i.yaml
356 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
success%3f-i.yaml
395 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
termsig-i.yaml
387 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
to_i-i.yaml
551 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
to_int-i.yaml
555 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
to_s-i.yaml
279 B
lrw-r--r--
2023-07-26 13:48:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).