Class ComponentProcedures.GetScramblingStatusResult
- Namespace
- The.Components
- Assembly
- Instagile.dll
[MessagePackObject(true)]
public record ComponentProcedures.GetScramblingStatusResult : IEquatable<ComponentProcedures.GetScramblingStatusResult>
- Inheritance
-
ComponentProcedures.GetScramblingStatusResult
- Implements
-
- Inherited Members
-
Constructors
GetScramblingStatusResult(string?, string?, int?, int, bool, string?)
public GetScramblingStatusResult(string? step, string? element, int? max, int current, bool operationIsRunning, string? error)
Parameters
step string
element string
max int?
current int
operationIsRunning bool
error string
Properties
current
public int current { get; init; }
Property Value
- int
element
public string? element { get; init; }
Property Value
- string
error
public string? error { get; init; }
Property Value
- string
max
public int? max { get; init; }
Property Value
- int?
operationIsRunning
public bool operationIsRunning { get; init; }
Property Value
- bool
step
public string? step { get; init; }
Property Value
- string