Values.WorkerBlockSourceThe WorkerBlock data structure represents a Worker who has been blocked. It has two elements: the WorkerId and the Reason for the block.
type nonrec t = {workerId : CustomerId.t option;The ID of the Worker who accepted the HIT.
*)reason : String_.t option;A message explaining the reason the Worker was blocked.
*)}