Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 469 Bytes

tryorama.conductor.shutdown.md

File metadata and controls

17 lines (10 loc) · 469 Bytes

Home > @holochain/tryorama > Conductor > shutDown

Conductor.shutDown() method

Close Admin and App API connections and kill the conductor process.

Signature:

shutDown(): Promise<number | null>;

Returns:

Promise<number | null>