Class ProcessStartNode
Inheritance
System.Object
ProcessStartNode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Flow.Node.dll
Syntax
public class ProcessStartNode : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
InPinArguments
Declaration
public DataPin InPinArguments { get; set; }
Property Value
|
Improve this Doc
View Source
InPinPath
Declaration
public DataPin InPinPath { get; set; }
Property Value
|
Improve this Doc
View Source
InPinWaitForExit
Declaration
public DataPin InPinWaitForExit { get; set; }
Property Value
|
Improve this Doc
View Source
InPinWorkingDir
Declaration
public DataPin InPinWorkingDir { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
OutFailedNode
Declaration
public ActionNode OutFailedNode { get; set; }
Property Value
|
Improve this Doc
View Source
OutSuccessNode
Declaration
public ActionNode OutSuccessNode { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides