Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    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 TaskInfo class.

    Declaration
    public TaskInfo()

    Properties

    Category

    Gets or sets the category.

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    System.String

    The category.

    CurrentProgressPercentage

    Gets or sets the progress.

    Declaration
    public double? CurrentProgressPercentage { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>

    The progress.

    Description

    Gets or sets the description.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    The description.

    Id

    Gets or sets the id.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    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.Boolean

    true if this instance is hidden; otherwise, false.

    Key

    Gets or sets the key.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    The key.

    LastExecutionResult

    Gets or sets the last execution result.

    Declaration
    public TaskResult LastExecutionResult { get; set; }
    Property Value
    Type Description
    TaskResult

    The last execution result.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    State

    Gets or sets the state of the task.

    Declaration
    public TaskState State { get; set; }
    Property Value
    Type Description
    TaskState

    The state of the task.

    Triggers

    Gets or sets the triggers.

    Declaration
    public TaskTriggerInfo[] Triggers { get; set; }
    Property Value
    Type Description
    TaskTriggerInfo[]

    The triggers.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.