Type Alias ExecutionFinishEventData

ExecutionFinishEventData: {
    message: string;
}

The payload for when the worker has finished its job.