TaskLogger

Undocumented in source.

Members

Functions

failed
void failed(TickDuration duration, Exception e)

Called when the task has failed. There will be no more output events after this.

output
void output(ubyte[] chunk)

Called when a chunk of output is received from the task.

succeeded
void succeeded(TickDuration duration)

Called when the task has completed successfully. There will be no more output events after this.

Meta