signalName

fun signalName(signalId: <Error class: unknown class>): String?

Given the signal's identifier, finds its name.

Two different signals may have the same name, if they have differing types.

Return

the signal name, or null if the signal number was invalid.

Parameters

signalId

the signal's identifying number.