Reference Source
public class | source

RuntimeStage3Executable

Extends:

devapt-core-common/dist/js/base/executable~ExecutableRuntimeExecutable → RuntimeStage3Executable

Runtime Stage 3 consists of:

    - start local node: start all node features (serves...)

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

execute(): *

Inherited Summary

From class RuntimeExecutable
public
public

runtime: *

public abstract

Execution with contextual informations.

public

prepare(arg_settings: object): nothing

Prepare an execution with contextual informations.

Public Constructors

public constructor() source

Create a runtime executable base class.

Override:

RuntimeExecutable#constructor

Public Members

public $name: string source

Override:

RuntimeExecutable#$name

Public Methods

public execute(): * source

Execution with contextual informations.

Override:

RuntimeExecutable#execute

Return:

*