• ------------------------------
  • JS API Reference

    Module: experimental/job/job

    Table of contents

    Enumerations

    Classes

    Interfaces

    Type Aliases

    Type Aliases

    RunJobOptions

    Ƭ RunJobOptions: Object

    Type declaration

    NameType
    payment?PaymentModuleOptions
    network?NetworkOptions
    workload?WorkloadDemandDirectorConfigOptions
    work?ExeUnitOptions

    Defined in

    src/experimental/job/job.ts:19


    WorkFunction

    Ƭ WorkFunction<OutputType>: (exe: ExeUnit) => Promise<OutputType>

    Type parameters

    Name
    OutputType

    Type declaration

    ▸ (exe): Promise<OutputType>

    Parameters
    NameType
    exeExeUnit
    Returns

    Promise<OutputType>

    Defined in

    src/experimental/job/job.ts:26