Hierarchy

Constructors

Properties

abortPrompt: "[A]" = "[A]"
aborted: boolean = false
appName: string = "Sequencer"
ascii: Ascii
brand: Brand
breadcrumbJoiner: " > " = " > "
commandPrompt: string
config: Config
copyrightPrompt: "[C]" = "[C]"
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]"
shell: TSubShell = ...
subtaskTitles: string[] = []
taskPrompt: "[#]" = "[#]"
theme: Theme
times: bigint[] = []
warningPrompt: "[w]" = "[w]"

Accessors

  • Returns string

Methods

  • Returns bigint

  • Throws

    FalkorError: TaskHostErrorCodes.INVALID_SUBTASK_CLOSING

    Returns void

  • 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

    • text: string

    Returns void

  • Returns string

  • Parameters

    • builtIn: RequestInit
    • options: RequestInit

    Returns RequestInit

  • Parameters

    • title: string

    Returns void