Skip to content

dag-core / Exports / ILeaseRecord

Interface: ILeaseRecord

Record of an active distributed lease on a task.

Table of contents

Properties

Properties

leaseKey

leaseKey: string

Defined in

interfaces/ports.ts:66


ownerId

ownerId: string

Defined in

interfaces/ports.ts:67


acquiredAt

acquiredAt: string

Defined in

interfaces/ports.ts:68


leaseUntil

leaseUntil: string

Defined in

interfaces/ports.ts:69

Released under the MIT License.