Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobFragment

A job fragment is a an assignment of a job (or part of it) to a machine at a specific time.

Hierarchy

  • JobFragment

Index

Properties

Properties

end

end: number

The wall clock end time for this job fragment.

isWaiting

isWaiting: boolean

Whether this job fragment represents delivery time.

If true, this job fragment does not prevent other jobs to be scheduled concurrently on the same machine. However, any dependent job can only execute once all processing of this job has been finished and the delivery time has elapsed.

machine

machine: number

The machine that this job fragment is scheduled to be executed by.

start

start: number

The wall clock start time for this job fragment.

Generated using TypeDoc