Method System.dumpable()
- Method
dumpable
booldumpable(bool|voidval)- Description
Get and/or set whether this process should be able to dump core.
- Parameter
val Optional argument to set the core dumping state.
0Disable core dumping for this process.
1Enable core dumping for this process.
- Returns
Returns
1if this process currently is capable of dumping core, and0(zero) if not.- Note
This function is currently only available on some versions of Linux.