Class ActionExecutionState
Indicates a progress of executing block actions.
Inheritance
ActionExecutionState
Assembly: Libplanet.dll
Syntax
public class ActionExecutionState : PreloadState
Properties
|
Improve this Doc
View Source
CurrentPhase
Declaration
public override int CurrentPhase { get; }
Property Value
Overrides
|
Improve this Doc
View Source
ExecutedBlockCount
The number of currently executed blocks.
Declaration
public int ExecutedBlockCount { get; }
Property Value
|
Improve this Doc
View Source
ExecutedBlockHash
The hash digest of the block just executed.
Declaration
public HashDigest<SHA256> ExecutedBlockHash { get; }
Property Value
|
Improve this Doc
View Source
TotalBlockCount
Total number of blocks to execute in the current batch.
Declaration
public int TotalBlockCount { get; }
Property Value
Operators
|
Improve this Doc
View Source
Equality(ActionExecutionState, ActionExecutionState)
Declaration
public static bool operator ==(ActionExecutionState left, ActionExecutionState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(ActionExecutionState, ActionExecutionState)
Declaration
public static bool operator !=(ActionExecutionState left, ActionExecutionState right)
Parameters
Returns