Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
geosync
main
Top Level Namespace
Config
ConfigManager
FilesBatch
GeoSync
Job
JobSummary
SyncJobs
Generated using Crystal 1.10.1
2024-01-11 06:15:33 UTC
struct
Job
Job
Struct
Value
Object
Defined in:
syncjobs.cr
Constructors
.new
(proc : Process, stdout : IO::Memory, stderr : IO::Memory)
Instance Method Summary
#proc
: Process
#proc=
(proc : Process)
#stderr
: IO::Memory
#stderr=
(stderr : IO::Memory)
#stdout
: IO::Memory
#stdout=
(stdout : IO::Memory)
Constructor Detail
def self.
new
(proc : Process, stdout : IO::Memory, stderr : IO::Memory)
#
[
View source
]
Instance Method Detail
def
proc
: Process
#
[
View source
]
def
proc=
(proc : Process)
#
[
View source
]
def
stderr
: IO::Memory
#
[
View source
]
def
stderr=
(stderr : IO::Memory)
#
[
View source
]
def
stdout
: IO::Memory
#
[
View source
]
def
stdout=
(stdout : IO::Memory)
#
[
View source
]