Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "contracts"

Index

Type aliases

CronJobNames

CronJobNames: string | string[]

(Cron) Job name(s).

GlobalVariables

GlobalVariables: Object

Global variables.

ScriptCommandArgumentFactory

ScriptCommandArgumentFactory: function

Factory for additional arguments for the execution of a script command.

param

The underlying command.

returns

The list of additional arguments.

Type declaration

ScriptCommandExecutor

ScriptCommandExecutor: function

A script executor.

param

Arguments for the execution.

returns

The result (with the exit code).

ScriptCommandExecutorResult

ScriptCommandExecutorResult: any

Possible results of a script executor.

ValueProvider

ValueProvider: function

Describes a function that provides a value.

returns

The value.

Type declaration

    • (): TValue
    • Returns TValue

Generated using TypeDoc