Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "lib/Engine/quark/model/scheduler_pro/WorkResourceAllocationInfoMixin"

Index

Type aliases

ResourceAllocation

ResourceAllocation: IResourceAllocation<SchedulerProResourceMixin, WorkResourceAllocationInfoMixin, ResourceAllocationInterval, BaseAllocationInterval>

Resource allocation information.

ResourceAllocationInterval

ResourceAllocationInterval: BaseAllocationInterval & { assignmentIntervals?: Map<SchedulerProAssignmentMixin, AssignmentAllocationInterval>; assignments?: Set<SchedulerProAssignmentMixin>; cost: number; effort: number; inEventTimeSpan?: boolean; isOverallocated?: boolean; isUnderallocated?: boolean; maxEffort: number; resource: SchedulerProResourceMixin; units: number }

Resource allocation information for a certain tick.

Generated using TypeDoc