Class TaskCompletionEventArgs
Inheritance
System.Object
System.EventArgs
TaskCompletionEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: MediaBrowser.Model.Tasks
Assembly: MediaBrowser.Model.dll
Syntax
public class TaskCompletionEventArgs : EventArgs
Properties
Result
Declaration
public TaskResult Result { get; set; }
Property Value
Type | Description |
---|---|
TaskResult |
Task
Declaration
public IScheduledTaskWorker Task { get; set; }
Property Value
Type | Description |
---|---|
IScheduledTaskWorker |