Skip to content

Latest commit

 

History

History
57 lines (29 loc) · 899 Bytes

tryorama.trycpconductor.startup.md

File metadata and controls

57 lines (29 loc) · 899 Bytes

Home > @holochain/tryorama > TryCpConductor > startUp

TryCpConductor.startUp() method

Start a configured conductor.

Signature:

startUp(options?: {
        logLevel?: TryCpConductorLogLevel;
    }): Promise<null>;

Parameters

Parameter

Type

Description

options

{ logLevel?: TryCpConductorLogLevel; }

(Optional) Log level of the conductor. Defaults to "info".

**Returns:**

Promise<null>

An empty success response.