WorkerBlock

The WorkerBlock data structure represents a Worker who has been blocked. It has two elements: the WorkerId and the Reason for the block.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A message explaining the reason the Worker was blocked.

Link copied to clipboard

The ID of the Worker who accepted the HIT.

Functions

Link copied to clipboard
inline fun copy(block: WorkerBlock.Builder.() -> Unit = {}): WorkerBlock
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String