cybercog / laravel-paket

Composer GUI. Manage Laravel dependencies from web interface without switching to command line!

Home Page:https://komarev.com/sources/laravel-paket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Concept] Add more Process classes

antonkomarev opened this issue · comments

  • NullProcess - for the cases when process not yet launched and doesn't have any output and no exitCode.
  • Process - for the cases when process executing but not yet completed
  • TerminatedProcess - for the cases when process has been completed

Current Process could become AbstractProcess class.