- appendErrorLine
bool appendErrorLine(char[] line)
Add the line to the output text view and adds the line to the outputQueue
- appendOutputLine
bool appendOutputLine(char[] line)
Add the line to the output text view and adds the line to the outputQueue
- childEnd
bool childEnd(Spawn spawn)
Undocumented in source. Be warned that the author may not have intended to support it.
- execute
bool execute(char[] command, void delegate(int) executionEnded)
Undocumented in source. Be warned that the author may not have intended to support it.
- getError
char[][] getError()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOutput
char[][] getOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
- getStatus
int getStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
Executes a command from the compiler