Show / Hide Table of Contents

Class ActionExecutionState

Indicates a progress of executing block actions.

Inheritance
Object
PreloadState
ActionExecutionState
Inherited Members
PreloadState.TotalPhase
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public class ActionExecutionState : PreloadState

Properties

| Improve this Doc View Source

CurrentPhase

The current phase.

Declaration
public override int CurrentPhase { get; }
Property Value
Type Description
Int32
Overrides
PreloadState.CurrentPhase
| Improve this Doc View Source

ExecutedBlockCount

The number of currently executed blocks.

Declaration
public int ExecutedBlockCount { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

ExecutedBlockHash

The hash digest of the block just executed.

Declaration
public HashDigest<SHA256> ExecutedBlockHash { get; }
Property Value
Type Description
HashDigest<SHA256>
| Improve this Doc View Source

TotalBlockCount

Total number of blocks to execute in the current batch.

Declaration
public int TotalBlockCount { get; }
Property Value
Type Description
Int32

Operators

| Improve this Doc View Source

Equality(ActionExecutionState, ActionExecutionState)

Declaration
public static bool operator ==(ActionExecutionState left, ActionExecutionState right)
Parameters
Type Name Description
ActionExecutionState left
ActionExecutionState right
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(ActionExecutionState, ActionExecutionState)

Declaration
public static bool operator !=(ActionExecutionState left, ActionExecutionState right)
Parameters
Type Name Description
ActionExecutionState left
ActionExecutionState right
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium