Class ActionExecutionState
Indicates a progress of executing block actions.
Inheritance
ActionExecutionState
Assembly: Libplanet.Net.dll
Syntax
public class ActionExecutionState : BlockSyncState, IEquatable<BlockSyncState>, IEquatable<ActionExecutionState>
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 BlockHash 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
Methods
|
Improve this Doc
View Source
Equals(ActionExecutionState)
Indicates a progress of executing block actions.
Declaration
public bool Equals(ActionExecutionState other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Indicates a progress of executing block actions.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Indicates a progress of executing block actions.
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(ActionExecutionState, ActionExecutionState)
Indicates a progress of executing block actions.
Declaration
public static bool operator ==(ActionExecutionState left, ActionExecutionState right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(ActionExecutionState, ActionExecutionState)
Indicates a progress of executing block actions.
Declaration
public static bool operator !=(ActionExecutionState left, ActionExecutionState right)
Parameters
Returns
Implements