Exemplo n.º 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);
Exemplo n.º 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);