Enum TaskCompletionStatus
Enum TaskCompletionStatus
Namespace: MediaBrowser.Model.Tasks
Assembly: MediaBrowser.Model.dll
Syntax
public enum TaskCompletionStatusFields
| Name | Description | 
|---|---|
| Aborted | Aborted due to a system failure or shutdown | 
| Cancelled | Manually cancelled by the user | 
| Completed | The completed | 
| Failed | The failed |