interface Options {
    waitUp?: boolean;
}

Hierarchy

  • Options
    • Options

Properties

Properties

waitUp?: boolean

Whether to wait until the connection is up.

Default Value

true