dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
Tool
dxx
tools
tool
Undocumented in source.
interface
Tool :
WorkflowElement
{
enum
OK
;
int
run
(WorkflowJob job);
}
Members
Functions
run
int
run
(WorkflowJob job)
Undocumented in source.
Manifest constants
OK
enum
OK
;
Undocumented in source.
Inherited Members
From WorkflowElement
setup
void
setup
(WorkflowJob job)
Undocumented in source.
process
void
process
(WorkflowJob job)
Undocumented in source.
terminate
void
terminate
(WorkflowJob job)
Undocumented in source.
Meta
Source
See Implementation
dxx
tools
tool
aliases
injector
classes
ToolBase
functions
getArgument
registerArgument
interfaces
Tool
structs
ToolOptions