Contents

decision(before:)

The decision that occurs before the given time.

Declaration

final func decision(before time: CMTime) -> CNDecision?

Parameters

  • time:

    The time representing an existing decision to find the previous decision.

Return Value

A decision representing the decision that occurs before the given time.