Interface IAimpTaskPriority
This is tool interface that provides an ability to plugin define priority of task. Interface should be implemented on same to IAimpTask level. Priority affects to task position in the waiting queue (waiting queue is used if all threads from pool are busy) and to priority of working thread.
Namespace: AIMP.SDK.Threading
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpTaskPriority
Methods
GetPriority()
Gets the priority.
Declaration
AimpTaskPriority GetPriority()