Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientInitPrivate

Hierarchy

Index

Properties

binaryDir

binaryDir: string

cmakePath

cmakePath: string

environment

environment: ProcessEnv

onCrash

onCrash: function

Type declaration

    • (retc: number, signal: string): Promise<void>
    • Parameters

      • retc: number
      • signal: string

      Returns Promise<void>

onDirty

onDirty: function

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

onHello

onHello: function

Type declaration

onMessage

onMessage: function

Type declaration

onProgress

onProgress: function

Type declaration

pickGenerator

pickGenerator: function

Type declaration

sourceDir

sourceDir: string

tmpdir

tmpdir: string

Methods

onOtherOutput

  • onOtherOutput(m: string): Promise<void>

onPipeError

  • onPipeError(e: Error): Promise<void>

Generated using TypeDoc