Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

VersionControl.Provider.Status

public static function Status(assets: AssetList): Task;
public static function Status(asset: Asset): Task;
public static function Status(assets: AssetList, recursively: bool): Task;
public static function Status(asset: Asset, recursively: bool): Task;
public static function Status(assets: string[]): Task;
public static function Status(assets: string[], recursively: bool): Task;
public static function Status(asset: string): Task;
public static function Status(asset: string, recursively: bool): Task;

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.