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: taskt/Core/Automation/Commands/StartProcessCommand.cs
+19-4
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,14 @@ public class StartProcessCommand : ScriptCommand
31
31
[Attributes.PropertyAttributes.SampleUsage(" **-a** or **-version**")]
32
32
[Attributes.PropertyAttributes.Remarks("You will need to consult documentation to determine if your executable supports arguments or flags on startup.")]
33
33
publicstringv_ProgramArgs{get;set;}
34
+
[XmlAttribute]
35
+
[Attributes.PropertyAttributes.PropertyDescription("Wait for the process to complete?")]
0 commit comments