You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FlubuCore/Context/FluentInterface/Interfaces/ITarget.cs
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -253,8 +253,10 @@ public interface ITarget : ITargetBaseFluentInterfaceOfT<ITarget>
253
253
/// <param name="targetAction">specify tasks to add in target action.</param>
254
254
/// <param name="onFinally">action that will be taken when all task finish or when error occures.</param>
255
255
/// <param name="onError">action that will be taken on any task actions.</param>
256
-
/// <param name="when">Tasks will be added only if specified condition is meet.</param>
256
+
/// <param name="when">Tasks in group will be added to target only if specified condition is meet. When condition is executed when target is configured</param>
257
+
/// <param name="executeOnlyWhen">Tasks in group will be executed. When condition is executed when target is executed. </param>
258
+
/// <param name="cleanupOnCancel">onFinally is executed even if script execution is cancelled with ctrl+c etc.</param>
0 commit comments