class Sentry::ProcessRunner
- Sentry::ProcessRunner
- Reference
- Object
Defined in:
sentry.crConstructors
Instance Method Summary
- #app_process : Nil | Process
- #display_name : String
- #display_name=(display_name : String)
- #files : Array(String)
- #files=(files : Array(String))
- #kill
- #run
- #run_install_shards
-
#scan_files
Scans all of the
@files
- #should_build : Bool
- #should_build=(should_build : Bool)
-
#start_app
Compiles and starts the application
Constructor Detail
def self.new(display_name : String, build_command : String, run_command : String, build_args : Array(String) = [] of String, run_args : Array(String) = [] of String, files : Array(String) = [] of String, should_build : Bool = true, install_shards : Bool = false, colorize : Bool = true)
#