JS API Reference
Module: experimental/job/job
Table of contents
Enumerations
Classes
Interfaces
Type Aliases
Type Aliases
RunJobOptions
Ƭ RunJobOptions: Object
Type declaration
| Name | Type | 
|---|---|
| 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
| Name | Type | 
|---|---|
| exe | ExeUnit | 
Returns
Promise<OutputType>
Defined in
Was this helpful?