Identity type aliases
ChangedIds
The ChangedIds
type describes the Ids
that were added or removed from a list of Ids
. Read more.
Id
The Id
type is a simple alias for a string. Read more.
IdAddedOrRemoved
The IdAddedOrRemoved
type describes a change made to an Id
in a list of Ids
. Read more.
IdOrNull
The IdOrNull
type is a simple alias for the union of a string or null
value, where typically null
indicates a wildcard - such as when used in the Manager
's addScheduledTaskRunRunningListener method. Read more.
Ids
The Ids
type is a simple alias for an array of strings. Read more.