Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobScriptAction

A job action for running a script.

Hierarchy

Index

Properties

Optional cached

cached: boolean

Store script (module) in cache or not.

Optional options

options: any

Optional data for the execution.

script

script: string

The path to the script to execute.

Optional state

state: any

The initial state value for the script.

Optional type

type: string

Type of the action.

Generated using TypeDoc