WKExtendedRuntimeSessionState.scheduled
The app has scheduled the session to run at a future date.
Declaration
case scheduledDiscussion
The session transitions to the WKExtendedRuntimeSessionState.scheduled state when you call the start(at:) method. It remains in this state until the start date arrives. Then it transitions to the running state.