Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IScript

Interface for scripts, i.e., short pieces of code enabling to execute custom functionality during runtime.

Hierarchy

  • IScript

Implemented by

Index

Methods

Methods

run

  • run(stage: Stage, args?: any[]): Promise<unknown>
  • Execute the script

    Parameters

    • stage: Stage

      the stage context

    • Optional args: any[]

      optional arguments for the script

    Returns Promise<unknown>

    promise resolving when the script finished running

Generated using TypeDoc