Class TaskResult
Class TaskExecutionInfo
Inheritance
System.Object
TaskResult
Namespace: MediaBrowser.Model.Tasks
Assembly: MediaBrowser.Model.dll
Syntax
public class TaskResult
Properties
EndTimeUtc
Gets or sets the end time UTC.
Declaration
public DateTimeOffset EndTimeUtc { get; set; }
Property Value
Type | Description |
---|---|
System. |
The end time UTC. |
ErrorMessage
Gets or sets the error message.
Declaration
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System. |
The error message. |
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The id. |
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System. |
The key. |
LongErrorMessage
Gets or sets the long error message.
Declaration
public string LongErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System. |
The long error message. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name. |
StartTimeUtc
Gets or sets the start time UTC.
Declaration
public DateTimeOffset StartTimeUtc { get; set; }
Property Value
Type | Description |
---|---|
System. |
The start time UTC. |
Status
Gets or sets the status.
Declaration
public TaskCompletionStatus Status { get; set; }
Property Value
Type | Description |
---|---|
Task |
The status. |