Show / Hide Table of Contents

Class ActionExecutionState

Indicates a progress of executing block actions.

Inheritance
Object
PreloadState
ActionExecutionState
Inherited Members
PreloadState.TotalPhase
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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 BlockHash ExecutedBlockHash { get; }
Property Value
Type Description
BlockHash
| 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
In This Article
Back to top Copyright © 2018–2021 Planetarium