Configure Resource Filters Event
data class ConfigureResourceFiltersEvent(val nanoTime: Long = System.nanoTime(), val systemTimestamp: Long = System.currentTimeMillis(), val additions: List<String> = listOf(), val removals: List<String> = listOf()) : SessionEvent
Defines an event for configuring the resource filters See https://tech.utugit.fi/soft/tools/power/doc/manual/usage/data/
Parameters
additions
Filters to add
removals
Filters to remove