Options
All
  • Public
  • Public/Protected
  • All
Menu

Any piece of work that can be run from a Brigade script. The most fundamental Runnable is the Job class; other Runnables are typically built up from Job instances.

Hierarchy

  • Runnable

Implemented by

Index

Methods

Methods

  • run(): Promise<void>
  • Runs the workload specified by the Runnable instance.

    Returns Promise<void>

Generated using TypeDoc