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 SourceInProgress
Declaration
[JsonPropertyName("in_progress")]
public int? InProgress { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
JobTypeDescription
Declaration
[JsonPropertyName("job_type")]
public string JobTypeDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PerSecond
Declaration
[JsonPropertyName("per_second")]
public int PerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| int |