Values.CreateWorkerBlockRequestSourceThe CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs. For example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.
type nonrec t = {workerId : CustomerId.t;The ID of the Worker to block.
*)reason : String_.t;A message explaining the reason for blocking the Worker. This parameter enables you to keep track of your Workers. The Worker does not see this message.
*)}