Interface IPhaseTimings
Namespace: Catalyst.Abstractions.Consensus.Cycle
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPhaseTimings
Properties
| Improve this Doc View SourceCollectionTime
Time during which a phase is in the
Declaration
TimeSpan CollectionTime { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
Offset
Time between the start of a cycle and the start of the phase.
Declaration
TimeSpan Offset { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
ProductionTime
Time during which a phase is in the
Declaration
TimeSpan ProductionTime { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
TotalTime
The total duration of the phase, after which it will go
Declaration
TimeSpan TotalTime { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |