Abstract
Protected
constructorThe type of this controller in log files, eg. ControllerType.JSON
.
The display name of this controller in log files, eg. "JsonController"
.
The display name of this type of actions, eg. usually the property name like "file"
or "command
".
The user defined name of the step
This is usually the primary argument for the action.
This is usually the value for the property which defines the type of the step, eg. "file"
or "command"
.
The variable name where to save successful results of this step
Private
Readonly
_actionPrivate
_compiledPrivate
_compiledPrivate
_compiledPrivate
Readonly
_contextPrivate
Readonly
_controllerPrivate
Readonly
_controllerPrivate
_errorPrivate
Readonly
_inputPrivate
Readonly
_namePrivate
Readonly
_observerPrivate
Readonly
_outputPrivate
_statePrivate
Readonly
_stepPrivate
_successStatic
EventStatic
StateProtected
_errorProtected
_successAbstract
runImplements the actual task.
It may return Promise, in which case it will be waited.
Otherwise the task finished instantly at start up.
@FIXME: Implement promise support
Generated using TypeDoc
The context object, which contains variables, etc.