Class JobType
(Admin only) Detailed information about the current load state of the server.
Inheritance
object
JobType
Assembly: Xrpl.dll
Syntax
public class JobType : BaseMethodResult
Properties
|
Edit this page
View Source
InProgress
Declaration
[JsonPropertyName("in_progress")]
public int? InProgress { get; set; }
Property Value
|
Edit this page
View Source
JobTypeDescription
Declaration
[JsonPropertyName("job_type")]
public string JobTypeDescription { get; set; }
Property Value
|
Edit this page
View Source
PerSecond
Declaration
[JsonPropertyName("per_second")]
public int PerSecond { get; set; }
Property Value