Class LongRunningTask
The long running tasks
Inheritance
System.Object
LongRunningTask
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
[JsonObject]
public class LongRunningTask
Properties
| Improve this Doc View SourceAdditionalDetails
This was added later
Declaration
[JsonProperty("additionalDetails ", DefaultValueHandling = DefaultValueHandling.Ignore)]
public IDictionary<string, string> AdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
Id
Id of the task
Declaration
[JsonProperty("id", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Links
In this the link for the status is returned
Declaration
[JsonProperty("links", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Links Links { get; set; }
Property Value
Type | Description |
---|---|
Links |
Status
Status of the task
Declaration
[JsonProperty("status ", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |