class Pid
- Pid
- Granite::Base
- Reference
- Object
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
models/pid.cr:1models/pid.cr:3
Constructors
Class Method Summary
Instance Method Summary
- #command : Command | Nil
- #command! : Command
- #command=(parent : Command)
- #command_id : Int64 | Nil
- #command_id! : Int64
- #command_id=(command_id : Int64 | Nil)
- #id : Int64 | Nil
- #id! : Int64
- #id=(id : Int64 | Nil)
- #memory : Float64
- #memory=(memory : Float64)
- #parent : String
- #parent=(parent : String)
- #pid : Int64
- #pid=(pid : Int64)
- #seconds : Int64
- #seconds=(seconds : Int64)
- #state : String
- #state=(state : String)
- #threads : String
- #threads=(threads : String)