Runner

Runner

Runner represents the process which will schedule and run operations of the processes

Constructor

new Runner()

Source:

Members

config

Source:

Get the configurations

config

Source:

Set the configuration

instance

Source:

Get the Runner instance

Methods

(static) initiateRunner(configurations)

Source:

Initiates the runner singleton instance

Parameters:
Name Type Description
configurations

getAllResults(multifetcher) → {ProgressPromise}

Source:

Fetches data for multiple fetchers

Parameters:
Name Type Description
multifetcher MultiFetcher
Returns:
Type
ProgressPromise

getResults(fetcher) → {ProgressPromise}

Source:

Fetches data related to a fetcher

Parameters:
Name Type Description
fetcher Fetcher
Returns:
Type
ProgressPromise