voxelman v0.6.1 (2016-01-09T15:39:38Z)
Dub
Repo
Job
launcher
Undocumented in source.
struct
Job {
JobParams
params
;
string
command
;
MessageWindow
messageWindow
;
ProcessPipes
pipes
;
JobState
jobState
;
bool
isRunning
;
bool
needsClose
;
bool
needsRestart
;
int
status
;
}
Members
Variables
command
string
command
;
Undocumented in source.
isRunning
bool
isRunning
;
Undocumented in source.
jobState
JobState
jobState
;
Undocumented in source.
messageWindow
MessageWindow
messageWindow
;
Undocumented in source.
needsClose
bool
needsClose
;
Undocumented in source.
needsRestart
bool
needsRestart
;
Undocumented in source.
params
JobParams
params
;
Undocumented in source.
pipes
ProcessPipes
pipes
;
Undocumented in source.
status
int
status
;
Undocumented in source.
Meta
Source
See Implementation
launcher
enums
AppType
JobState
JobType
functions
logPipes
makeCompileCommand
makeRunCommand
readPluginInfo
readPluginPack
sendCommand
toCString
structs
Job
JobParams
Launcher
PluginInfo
PluginPack
variables
buildFolder