ServerActionsSendInputUsingPowershell Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ServerActions.SendInputUsingPowershell(System.String)"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.ActionsAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static void SendInputUsingPowershell(
string input
)
Public Shared Sub SendInputUsingPowershell (
input As String
)
public:
static void SendInputUsingPowershell(
String^ input
)
static member SendInputUsingPowershell :
input : string -> unit
Parameters
- input String
[Missing <param name="input"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.ServerActions.SendInputUsingPowershell(System.String)"]
See Also