RefreshStatus Constants

Status enum representing overall status of refresh process. This status is emitted to a registered refresh container via a Promise result when a refresh process completes.

  • RefreshError
    • The refresh process couldn’t run on descendant refresh handler nodes.
  • RefreshComplete
    • Default. The refresh process has completed on all descendant refresh handler nodes.
  • RefreshCompleteWithErrors
    • The refresh process has completed on descendant refresh handler nodes, but some children have reported an error.

See Use RefreshView API for an example of using RefreshStatus constants.