voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
Job
launcher
Undocumented in source.
struct
Job {
JobParams
params
;
string
command
;
MessageWindow
messageWindow
;
MessageLog
msglog
;
ProcessPipes
pipes
;
JobState
jobState
;
string
title
;
bool
autoClose
;
void
delegate
()[]
onClose
;
bool
isRunning
;
bool
needsClose
;
bool
needsRestart
;
int
status
;
}
Members
Variables
autoClose
bool
autoClose
;
Undocumented in source.
command
string
command
;
Undocumented in source.
isRunning
bool
isRunning
;
Undocumented in source.
jobState
JobState
jobState
;
Undocumented in source.
messageWindow
MessageWindow
messageWindow
;
Undocumented in source.
msglog
MessageLog
msglog
;
Undocumented in source.
needsClose
bool
needsClose
;
Undocumented in source.
needsRestart
bool
needsRestart
;
Undocumented in source.
onClose
void
delegate
()[]
onClose
;
Undocumented in source.
params
JobParams
params
;
Undocumented in source.
pipes
ProcessPipes
pipes
;
Undocumented in source.
status
int
status
;
Undocumented in source.
title
string
title
;
Undocumented in source.
Meta
Source
See Implementation
launcher
enums
AppType
BuildType
Compiler
JobState
JobType
functions
formatFileSize
fromCString
jobStateString
logPipes
makeBuildCommand
makeBuildOrTestCommand
makeRunCommand
makeTestCommand
onJobBuildCompletion
readPluginInfo
readPluginPack
sendCommand
toCString
manifest constants
DEFAULT_PORT
structs
Job
JobParams
Launcher
PluginInfo
PluginPack
SaveInfo
ServerInfo
variables
appTypeString
appTypeTitle
buildFolder
buildTypeSwitches
buildTypeUiOptions
buildTypeUiSelectionString
compilerExeNames
compilerUiOptions
compilerUiSelectionString
configFolder
is_Windows
saveExtention
saveFolder
serversFname