Method Execute
Execute(IEnumerable<TrackAsset>)
Execute the action.
선언
public abstract bool Execute(IEnumerable<TrackAsset> tracks)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IEnumerable<TrackAsset> | tracks | Tracks that will be used for the action. |
반환
| 타입 | 설명 |
|---|---|
| bool | true if the action has been executed. false otherwise |