Signals.name

Given the signal's identifier, finds its name.

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

struct Signals
static
string
name
()

Parameters

signalId uint

the signal's identifying number.

Return Value

Type: string

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