module DA_Dev::Watch
Extended Modules
Defined in:
da_dev/Watch.crConstant Summary
-
CMD_ERRORS =
[] of Int32 | String
-
MTIMES =
{} of String => Int64
-
PROCESSES =
{} of Int32 => Process
Instance Method Summary
- #app_name
- #default_cmd
- #defunct?(pid : Int32)
- #get(key)
- #key(name)
- #key
- #kill_procs
- #mtime(file)
- #pid_file
- #process_exists?(pid : Int32)
- #process_still_running?
- #push(key : String, cmd : String)
- #push(key : String, cmd : Array(String))
- #push(cmd : String)
- #push(cmd : Array(String))
- #push_error(cmd : String)
- #reload
- #run(args : Array(String))
- #run_cmd(args : Array(String))
- #run_file(file_name : String)
- #run_last_file
- #run_process(args : Array(String))
- #run_process_status
- #set(key : String, val : String)
- #shift(key : String) : String | Nil
- #shift
- #time
- #tmp_out_da_dev_run
- #tmp_out_da_dev_run_save
- #watch