module Aptible::CLI::Helpers
Constants
- SPAWN_OPTS
The :new_pgroup key specifies the CREATE_NEW_PROCESS_GROUP flag for CreateProcessW() in the Windows API. This is a Windows only option. true means the new process is the root process of the new process group. This flag is necessary to be able to signal the subprocess on Windows.
- STOP_SIGNAL
- STOP_TIMEOUT