PROCESS_DATA_DIR_ENV_NAME

Constant PROCESS_DATA_DIR_ENV_NAME 

Source
pub const PROCESS_DATA_DIR_ENV_NAME: &str = "PROCESS_DATA_DIR";
Expand description

Environment variable representing the directory intended for storing temporary process data.

The directory will be deleted when the process is killed manually.