Reference Source
public class | source

RuntimeStage2Executable

Extends:

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

Runtime Stage 2 consists of:

    - Process previous loading errors
    - Get world topology deployment from registry
    - Create, load and apply world topology deployment

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:

*