JobBase

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

execute
void execute(InjectionContainer injector)
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
T getProperty(string k)
Undocumented in source. Be warned that the author may not have intended to support it.
process
void process()
Undocumented in source.
setProperty
void setProperty(string k, T v)
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

injector
inout(InjectionContainer) injector [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
status
const(Status) status [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
status
Status status [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
terminated
bool terminated [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
thrownException
inout(Exception) thrownException [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

join
void join(const(Job) j)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_injector
InjectionContainer _injector;
Undocumented in source.
_status
Status _status;
Undocumented in source.
_thrownException
Exception _thrownException;
Undocumented in source.

Inherited Members

From Job

Status
enum Status
Undocumented in source.
JobStatusEvent
struct JobStatusEvent
Undocumented in source.
status
const(Status) status [@property getter]
Undocumented in source.
terminated
bool terminated [@property getter]
Undocumented in source.
thrownException
inout(Exception) thrownException [@property getter]
Undocumented in source.
execute
void execute(InjectionContainer injector)
Undocumented in source.

Meta