Interface SpawnZConfig

Spawned process configuration.

Hierarchy

  • SpawnZConfig

Properties

Properties

kill?: number | Signals | ((this, process) => void)

A signal to send to spawned process on abort execution, or a function to call to kill it.

Type declaration

    • (this, process): void
    • Parameters

      Returns void

Default

SIGTERM

Generated using TypeDoc