Can I use sandbox.update() to keep session alive?

HEAD
b9f33affeat(vercel-sandbox): support onResume parameter in Sandbox.get and Sandbox.create (#141)
This post might have stale content, as HEAD is 146 commits ahead.

Doing this will reset a session timeout to the value I pass? I want to know if I can use it to keep a session alive as long as my user is watching. await sandbox.update({ timeout: SESSION_TIMEOUT_MS })


END OF POST

Can I use sandbox.update() to keep session alive? — vercel/sandbox