previousPriority property

TaskPriority get previousPriority

The readonly previousPriority property of the TaskPriorityChangeEvent interface returns the priority of the corresponding TaskSignal before it was changed and this prioritychange event was emitted.

This is the value that was set in the TaskPriorityChangeEvent constructor argument options.previous.

The new priority of the task can be read from event.target.priority.

Implementation

external TaskPriority get previousPriority;