WorkflowJob

Undocumented in source.

Constructors

this
this(Workflow wf, WorkflowRunner r)
Undocumented in source.

Members

Functions

processPlatformJob
void processPlatformJob()
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

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

Variables

_runner
WorkflowRunner _runner;
Undocumented in source.
_workflow
Workflow _workflow;
Undocumented in source.

Inherited Members

From PlatformJobBase

workspace
Workspace workspace;
Undocumented in source.
cache
UCache cache;
Undocumented in source.
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.
process
void process()
Undocumented in source. Be warned that the author may not have intended to support it.
processPlatformJob
void processPlatformJob()
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
T getProperty(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(T t, string id)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta