pub const CLOUDFOUNDRY_PROCESS_TYPE: &'static str;
The type of process.
CloudFoundry applications can consist of multiple jobs. Usually the main process will be of type web. There can be additional background tasks or side-cars with different process types.
web
"web"