pub fn assign<T: Config>(region_id: RegionId, task: TaskId, finality: Finality)
Expand description

Assign a Bulk Coretime Region to a task.

  • origin: Must be a Signed origin of the account which owns the Region region_id.
  • region_id: The Region which should be assigned to the task.
  • task: The task to assign.
  • finality: Indication of whether this assignment is final (in which case it may be eligible for renewal) or provisional (in which case it may be manipulated and/or reassigned at a later stage).

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::assign.