SMHTaskQueue class Null safety

Constructors

SMHTaskQueue()

Properties

customConcurrentCount int
read / write
hashCode int
The hash code for this object.
read-only, inherited
highPriorityTaskArray List<SMHTask>
read / write
lowPriorityTaskArray List<SMHTask>
read / write
maxConcurrentCount int
read / write
middlePriorityTaskArray List<SMHTask>
read / write
runningTaskArray List<SMHTask>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

addTask(SMHTask? task) → dynamic
cancelAllTask() → dynamic
cancelTask(SMHTask task) → dynamic
cancelTaskById(int taskId) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onTaskFinishHandle(SMHTask task) → dynamic
startTask() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited