Show / Hide Table of Contents

Class JobType

(Admin only) Detailed information about the current load state of the server.

Inheritance
object
JobType
Namespace: Xrpl.Models.Methods
Assembly: Xrpl.dll
Syntax
public class JobType

Properties

| Edit this page View Source

InProgress

Declaration
[JsonPropertyName("in_progress")]
public int? InProgress { get; set; }
Property Value
Type Description
int?
| Edit this page View Source

JobTypeDescription

Declaration
[JsonPropertyName("job_type")]
public string JobTypeDescription { get; set; }
Property Value
Type Description
string
| Edit this page View Source

PerSecond

Declaration
[JsonPropertyName("per_second")]
public int PerSecond { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX