InternalType of data sent to the worker or execution response. This can only be structured-cloneable data.
Type of data sent to the worker triggering an error. This can only be structured-cloneable data.
Optional ReadonlyabortableWhether the task is abortable or not.
Optional ReadonlycheckWhether the worker starts or stops its activity check.
Optional ReadonlydataTask input data that will be passed to the worker.
Optional ReadonlykillKill code.
Optional ReadonlynameTask name.
Optional ReadonlyportMessage port.
Optional ReadonlypriorityTask priority. Lower values have higher priority.
Optional ReadonlyreadyWhether the worker is ready or not.
Optional ReadonlystatisticsWhether the worker computes the given statistics or not.
Optional ReadonlystrategyTask worker choice strategy.
Optional ReadonlytaskTask function serialized to string.
Optional ReadonlytaskTask function operation:
'add' - Add a task function.'remove' - Remove a task function.'default' - Set a task function as default.Optional ReadonlytaskWhether the task function operation is successful or not.
Optional ReadonlytaskTask function properties.
Optional ReadonlytaskTask functions properties.
Optional ReadonlytaskTask UUID.
Optional ReadonlytaskTask operation:
'abort' - Abort a task.Optional ReadonlytaskTask performance.
Optional ReadonlytimestampTimestamp.
Optional ReadonlytransferArray of transferable objects.
Optional ReadonlyworkerWorker error.
Optional ReadonlyworkerWorker id.
Message object that is passed between main worker and worker.