Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Allocation object is currently abused as a generic return type in various scheduler routines. This is most notable when reserving / unreserving. Instead of returning an Allocation object, wrap in an AllocationResult object instead.