---
title: "decision(after:)"
framework: cinematic
role: symbol
role_heading: Instance Method
path: "cinematic/cnscript-1ispe/decision(after:)"
---

# decision(after:)

The decision that occurs after the given time.

## Declaration

```swift
final func decision(after time: CMTime) -> CNDecision?
```

## Parameters

- `time`: The time of the decision to occur after.

## Return Value

Return Value The decision that occurred after the given time.

## Discussion

Discussion Pass the time of an existing decision to find the next one.
