VersionControl.Provider.LockIsValid
static function LockIsValid(assets: AssetList): bool;
static bool LockIsValid(AssetList assets);
static def LockIsValid(assets as AssetList) as bool
static function LockIsValid(asset: Asset): bool;
static bool LockIsValid(Asset asset);
static def LockIsValid(asset as Asset) as bool
Parameters

assets List of assets to test.
asset Asset to test.
Description

Return true if the task can be executed.

For the list of assets version it return true if one or more assets meets the requirements.