Class JobProgress
Represents job progress information.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class JobProgress
Properties
Progress
The progress as a percentage (0-1), or null if not available.
Declaration
[JsonPropertyName("progress")]
public double? Progress { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ProgressInfo
Additional progress information message.
Declaration
[JsonPropertyName("progressInfo")]
public string ProgressInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |