*`true` - to indicate that this process tree is considered to be stateful and that the user should be prompted before terminating the pane
*`false` - to indicate that the process tree can be terminated *without* prompting the user
*`nil` - to use the default behavior, which is to consider the [skip_close_confirmation_for_processes_named](../config/skip_close_confirmation_for_processes_named.md) configuration option
* any other value, or an error, will be treated as equivalent to returning `nil`
## Example
This example doesn't change any behavior, but demonstrates how to log the various fields of process tree,
indenting the entries for each level of the process hierarchy.
Since it returns `nil`, it uses the default behavior.