---
title: "secondaryDecision(at:)"
framework: cinematic
role: symbol
role_heading: Instance Method
path: "cinematic/cnscript-1ispe/secondarydecision(at:)"
---

# secondaryDecision(at:)

If a given time is during a focus transition, the system transitions toward a secondary decision.

## Declaration

```swift
final func secondaryDecision(at time: CMTime) -> CNDecision?
```

## Parameters

- `time`: The time of the focus transition.

## Return Value

Return Value The secondary decision the system is transitioning toward for the given time.
