Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskOptions

Hierarchy

Index

Properties

Optional dotView

dotView: "labels" | "attributes"

One of labels or attributes. Labels is less readable but will correctly render with all the information contained in labels.

default

attributes

Optional replayId

replayId: string

Optional ID of a running replay.The returned task information will be in the context of the task for the running replay.

Optional scriptFormat

scriptFormat: "formatted" | "raw"

One of formatted or raw. Raw will return the script identical to how it was defined. Formatted will first format the script.

default

formatted

Generated using TypeDoc