From 187a0e84addb7dae405346f68196757f7080be65 Mon Sep 17 00:00:00 2001 From: Marcelo Lv Cabral Date: Fri, 5 Jun 2026 14:43:06 -0700 Subject: [PATCH] Add `allowBackgroundTask` field to Scene node documentation --- docs/REFERENCES/scenegraph/scene.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/REFERENCES/scenegraph/scene.md b/docs/REFERENCES/scenegraph/scene.md index f6fd402f..b52c0645 100644 --- a/docs/REFERENCES/scenegraph/scene.md +++ b/docs/REFERENCES/scenegraph/scene.md @@ -171,6 +171,13 @@ While it is technically possible to have more than one scene per app, we recomme + +allowBackgroundTask +boolean +false +READ_WRITE +To enable an Instant Resume app to execute background tasks, set this field to true. + `}