Type alias ExecNonBlockingOptions

ExecNonBlockingOptions: ExecOptions & {
    block?: false;
}

Generated using TypeDoc