Contents

isSystemRequest

A Boolean value that indicates whether the request came from a system process.

Declaration

var isSystemRequest: Bool { get }

Discussion

System requests occur, for example, when the system needs to update a file after receiving a push notification about a change from the remote storage.

See Also

Accessing Application Information