Version: 2017.1
public static VersionControl.Task Status (VersionControl.AssetList assets);
public static VersionControl.Task Status (VersionControl.Asset asset);
public static VersionControl.Task Status (VersionControl.AssetList assets, bool recursively);
public static VersionControl.Task Status (VersionControl.Asset asset, bool recursively);
public static VersionControl.Task Status (string[] assets);
public static VersionControl.Task Status (string[] assets, bool recursively);
public static VersionControl.Task Status (string asset);
public static VersionControl.Task Status (string asset, bool recursively);

Parameters

assets The assets fetch new state for.
asset The asset path to fetch new state for.
recursively If any assets specified are folders this flag will get status for all descendants of the folder as well.

Description

Start a task that will fetch the most recent status from revision control system.

The updated assets can be access through the task once it has completed.