Class TaskInfo
Class TaskInfo
Inheritance
System.Object
TaskInfo
Namespace: MediaBrowser.Model.Tasks
Assembly: MediaBrowser.Model.dll
Syntax
public class TaskInfo
Constructors
TaskInfo()
Initializes a new instance of the Task
Declaration
public TaskInfo()
Properties
Category
Gets or sets the category.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System. |
The category. |
CurrentProgressPercentage
Gets or sets the progress.
Declaration
public double? CurrentProgressPercentage { get; set; }
Property Value
Type | Description |
---|---|
System. |
The progress. |
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
The description. |
Id
Gets or sets the id.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The id. |
IsHidden
Gets or sets a value indicating whether this instance is hidden.
Declaration
public bool IsHidden { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System. |
The key. |
LastExecutionResult
Gets or sets the last execution result.
Declaration
public TaskResult LastExecutionResult { get; set; }
Property Value
Type | Description |
---|---|
Task |
The last execution result. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
The name. |
State
Gets or sets the state of the task.
Declaration
public TaskState State { get; set; }
Property Value
Type | Description |
---|---|
Task |
The state of the task. |
Triggers
Gets or sets the triggers.
Declaration
public TaskTriggerInfo[] Triggers { get; set; }
Property Value
Type | Description |
---|---|
Task |
The triggers. |