Contents

WKExtendedRuntimeSessionState.notStarted

The app has not yet started or scheduled the session.

Declaration

case notStarted

Discussion

When you instantiate a new session, it stays in the WKExtendedRuntimeSessionState.notStarted state until you call the session’s start() or start(at:) method.

See Also

Session States