voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
Job
launcher
Undocumented in source.
struct
Job {
JobParams
params
;
string
command
;
MessageWindow
messageWindow
;
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.
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
makeCompileCommand
makeRunCommand
makeTestCommand
onJobBuildCompletion
readPluginInfo
readPluginPack
sendCommand
toCString
manifest constants
DEFAULT_PORT
structs
Job
JobParams
Launcher
PluginInfo
PluginPack
SaveInfo
ServerInfo
variables
appTypeString
appTypeTitle
buildFolder
buildTypeSwitches
buildTypeUiSelectionString
compilerExeNames
compilerUiSelectionString
configFolder
is_Windows
saveExtention
saveFolder
serversFname