Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StatusQueryOptions

Options for querying the version control system status of a file.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum StatusQueryOptions

Remarks

Fields

Value

Description

ForceUpdateForce a refresh of the version control system status of the file. This is slow but accurate.
UseCachedAsyncThis option sets the status query to first use the latest valid version control system status of the file and query for a valid status asynchronously if otherwise.
UseCachedIfPossibleThis option sets the status query to first use the latest valid version control system status of the file and query for a valid status synchronously if otherwise.