Show / Hide Table of Contents

    Interface IPhaseTimings

    Namespace: Catalyst.Abstractions.Consensus.Cycle
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IPhaseTimings

    Properties

    | Improve this Doc View Source

    CollectionTime

    Time during which a phase is in the PhaseStatus.Collecting status.

    Declaration
    TimeSpan CollectionTime { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    Offset

    Time between the start of a cycle and the start of the phase.

    Declaration
    TimeSpan Offset { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    ProductionTime

    Time during which a phase is in the PhaseStatus.Producing status.

    Declaration
    TimeSpan ProductionTime { get; }
    Property Value
    Type Description
    System.TimeSpan
    | Improve this Doc View Source

    TotalTime

    The total duration of the phase, after which it will go PhaseStatus.Idle until the next cycle.

    Declaration
    TimeSpan TotalTime { get; }
    Property Value
    Type Description
    System.TimeSpan
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network