Hierarchy

Constructors

Properties

abortPrompt: "[A]" = "[A]"
aborted: boolean = false
appName: string = "Sequencer"
ascii: Ascii
brand: Brand
breadcrumbJoiner: " > " = " > "
collection: { [id: string]: Task } = {}

Type declaration

commandPrompt: string
config: Config
copyrightPrompt: "[C]" = "[C]"
currentIndex: number = null
currentSequence: string[]
currentSequenceArguments: { [key: string]: { [key: string]: any } }

Type declaration

  • [key: string]: { [key: string]: any }
    • [key: string]: any
currentTask: Task = null
debugPrompt: "[;]" = "[;]"
defaultExecOptions: { async: boolean; silent: boolean } = ...

Type declaration

  • async: boolean
  • silent: boolean
defaultFetchJsonOptions: { headers: { Content-Type: string }; method: string } = ...

Type declaration

  • headers: { Content-Type: string }
    • Content-Type: string
  • method: string
defaultFetchTextOptions: { headers: { Content-Type: string }; method: string } = ...

Type declaration

  • headers: { Content-Type: string }
    • Content-Type: string
  • method: string
errorPrompt: "[!]" = "[!]"
fetchPrompt: string
finalPromptCount: number = 1
finalTaskCount: number = 1
finalTimeCount: number = 1
infoPrompt: "[i]" = "[i]"
logger: Logger
panicPrompt: "[P]" = "[P]"
prefix: string = ...
reservedTaskNames: string[] = ...
shell: TSubShell = ...
subtaskTitles: string[] = []
taskOptions: TTaskSetupOptions = ...
taskPrompt: "[#]" = "[#]"
theme: Theme
times: bigint[] = []
versionRe: RegExp = ...
warningPrompt: "[w]" = "[w]"

Accessors

  • Returns string

Methods

  • Throws

    FalkorError: TaskHostErrorCodes.SUBTASK_ABORT

    Parameters

    • text: string
    • final: boolean = false
    • soft: boolean = false
    • Optional error: Error

    Returns Error | FalkorError

  • Throws

    FalkorError: TaskHostErrorCodes.SUBTASK_ERROR

    Parameters

    • text: string
    • final: boolean = false
    • soft: boolean = false
    • Optional error: Error

    Returns Error | FalkorError

  • Parameters

    • error: Error
    • soft: boolean = false

    Returns Error | FalkorError

  • Returns void

  • Parameters

    • error: Error
    • soft: boolean

    Returns void

  • Throws

    FalkorError: TaskRunnerErrorCodes.RESERVED_ID

    Throws

    FalkorError: TaskRunnerErrorCodes.DUPLICATE_ID

    Parameters

    Returns void

  • Parameters

    • Optional idArr: string | string[]
    • Optional argumentVector: { [key: string]: { [key: string]: any } }
      • [key: string]: { [key: string]: any }
        • [key: string]: any

    Returns Promise<void>

  • Returns Promise<void>

  • Parameters

    • builtIn: RequestInit
    • options: RequestInit

    Returns RequestInit

  • Parameters

    • title: string

    Returns void