class Zenity::Result
 
  - Zenity::Result
- Reference
- Object
Overview
Represents the result of a zenity command execution. it delegates all missing methods to the Process::Status object See: https://crystal-lang.org/api/Process/Status.html
Defined in:
zenity/result.crConstructors
Macro Summary
Instance Method Summary
Constructor Detail
        
        def self.new(command : String, output : Nil | String, error : Nil | String, status : Process::Status)
        #