Exemple #1
0
 /// <summary>
 ///     Invoked when this mode should begin running a build.
 /// </summary>
 /// <param name="Build">Build that has been downloaded locally.</param>
 public abstract bool Launch(ScriptBuild Build);
Exemple #2
0
 /// <summary>
 ///     Invoked when this mode should install a build to an appropriate location.
 /// </summary>
 /// <param name="Build">Build that has been downloaded locally.</param>
 public abstract bool Install(ScriptBuild Build);