@hashgraph/solo
    Preparing search index...

    Type Alias TaskFunction

    TaskFunction: (
        context_: any,
        task: ListrTaskWrapper<any, any, any>,
    ) =>
        | Promise<Listr<any, any, any>>
        | Listr<any, any, any>
        | Promise<void>
        | void

    Type declaration

      • (
            context_: any,
            task: ListrTaskWrapper<any, any, any>,
        ):
            | Promise<Listr<any, any, any>>
            | Listr<any, any, any>
            | Promise<void>
            | void
      • Parameters

        • context_: any
        • task: ListrTaskWrapper<any, any, any>

        Returns Promise<Listr<any, any, any>> | Listr<any, any, any> | Promise<void> | void