Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Type aliases

CostResourceAllocation

CostResourceAllocation: IResourceAllocation<SchedulerProResourceMixin, CostResourceAllocationInfoMixin, CostResourceAllocationInterval, CostAssignmentAllocationInterval>

Cost resource allocation information.

CostResourceAllocationInterval

CostResourceAllocationInterval: BaseAllocationInterval & { assignmentIntervals?: Map<SchedulerProAssignmentMixin, CostAssignmentAllocationInterval>; assignments?: Set<SchedulerProAssignmentMixin>; cost: number; inEventTimeSpan?: boolean; resource: SchedulerProResourceMixin }

Cost resource allocation information for a certain tick.

Generated using TypeDoc