Table of Contents

Class LockEntry

Namespace
JD.AI.Workflows.Consensus
Assembly
JD.AI.Workflows.dll

An advisory lock held on a workflow.

public sealed class LockEntry
Inheritance
LockEntry
Inherited Members

Properties

AcquiredAt

public DateTimeOffset AcquiredAt { get; init; }

Property Value

DateTimeOffset

ExpiresAt

public DateTimeOffset ExpiresAt { get; set; }

Property Value

DateTimeOffset

IsExpired

public bool IsExpired { get; }

Property Value

bool

Owner

public string Owner { get; init; }

Property Value

string

WorkflowName

public string WorkflowName { get; init; }

Property Value

string