Contents

beginState(id:)

Recreates interval state from the specified signpost ID.

Declaration

static func beginState(id: OSSignpostID) -> OSSignpostIntervalState

Parameters

  • id:

    The signpost ID you use to begin the signposted interval.

Return Value

The recreated interval state.

Discussion