WorkflowJob

Undocumented in source.

Constructors

this
this(Workflow wf)
Undocumented in source.

Members

Functions

executeJob
void executeJob()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

workflow
inout(Workflow) workflow [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_workflow
Workflow _workflow;
Undocumented in source.

Inherited Members

From JobBase

_status
Status _status;
Undocumented in source.
_thrownException
Exception _thrownException;
Undocumented in source.
_terminated
bool _terminated;
Undocumented in source.
_injector
DefaultInjector _injector;
Undocumented in source.
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.
injector
inout(DefaultInjector) injector [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
execute
void execute()
Undocumented in source. Be warned that the author may not have intended to support it.
join
void join(const(Job) j)
Undocumented in source. Be warned that the author may not have intended to support it.
executeJob
void executeJob()
Undocumented in source.
setProperty
void setProperty(string k, string v)
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
string getProperty(string k)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta