Class TaskOptions
Inheritance
System.Object
TaskOptions
Namespace: MediaBrowser.Model.Tasks
Assembly: MediaBrowser.Model.dll
Syntax
public class TaskOptions
Constructors
TaskOptions()
Declaration
public TaskOptions()
TaskOptions(TaskOptions)
Declaration
public TaskOptions(TaskOptions cloneFrom)
Parameters
| Type | Name | Description |
|---|---|---|
| TaskOptions | cloneFrom |
Properties
HasManualInteraction
Declaration
public bool HasManualInteraction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
LogLevel
Declaration
public LogSeverity LogLevel { get; }
Property Value
| Type | Description |
|---|---|
| LogSeverity |
MaxRuntimeTicks
Declaration
public long? MaxRuntimeTicks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |