DurableClock
Constructors
Models
DurableClock interface
Added in v1.0.0
Source
Signature
interface DurableClock {
readonly [TypeId]: typeof TypeId;
readonly deferred: DurableDeferred<Void>;
readonly duration: Duration;
readonly name: string;
}