Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "example_job"

An example that creates and runs a job through W.I.S.E. Builder.

Index

Variables

Let localDir

localDir: string = serverConfig.exampleDirectory

Let serverConfig

serverConfig: ServerConfiguration = new defaults.ServerConfiguration()

Functions

buildDogribLUT

delay

  • delay(t: number): Promise<void>
  • Async

    Parameters

    • t: number

      The timeout in milliseconds

    Returns Promise<void>

handleErrorNode

  • Recursively handle nodes of the validation tree and print relevant ones to the console.

    Parameters

    Returns void