canContinueInForeground
A flag that indicates whether the app intent can continue its action while the app is in the foreground.
Declaration
var canContinueInForeground: Bool { get }Discussion
Check for the value of canContinueInForeground if your app intent supports running both in the background and foreground to determine if foregrounding is appropriate in the current context. For example, an app intent might require …. to perform its action.