CTRunDelegateGetRefCon(_:)
Returns a run delegate’s “refCon” value.
Declaration
func CTRunDelegateGetRefCon(_ runDelegate: CTRunDelegate) -> UnsafeMutableRawPointerParameters
- runDelegate:
The run delegate object being queried.
Return Value
A constant value associated with the run delegate as an identifier.
Discussion
The run delegate object was created with the returned “refCon” value.