type
TaskReceipt
type TaskReceipt[Output any] struct {
ID string
Slug string
Queue string
RunAt time.Time
}Stable typed handle returned after durable admission.
IDstring- The durable task identity.
Slugstring- The registered task definition slug.
Queuestring- The selected worker queue.
RunAttime.Time- The earliest execution time.