Method Execute
Execute(IEnumerable<TrackAsset>)
Execute the action.
Declaration
public abstract bool Execute(IEnumerable<TrackAsset> tracks)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<TrackAsset> | tracks | Tracks that will be used for the action. |
Returns
Type | Description |
---|---|
bool | true if the action has been executed. false otherwise |