Show / Hide Table of Contents

Class ActionExecutionState

Indicates a progress of executing block actions.

Inheritance
Object
PreloadState
ActionExecutionState
Implements
IEquatable<ActionExecutionState>
Inherited Members
PreloadState.TotalPhase
PreloadState.Equals(PreloadState)
Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public class ActionExecutionState : PreloadState, IEquatable<ActionExecutionState>

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

Methods

| Improve this Doc View Source

Equals(ActionExecutionState)

Declaration
public bool Equals(ActionExecutionState other)
Parameters
Type Name Description
ActionExecutionState other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Nullable<Object>)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
Nullable<Object> obj
Returns
Type Description
Boolean
Overrides
PreloadState.Equals(Nullable<Object>)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
PreloadState.GetHashCode()

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

Implements

IEquatable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2022 Planetarium