Class ClearEventQueueNode
Inheritance
System.Object
ClearEventQueueNode
Assembly: Simplic.Framework.Flow.dll
Syntax
public class ClearEventQueueNode : ActionNode
Constructors
|
Improve this Doc
View Source
ClearEventQueueNode()
Declaration
public ClearEventQueueNode()
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutNodeFailed
Gets or sets the flow out pin for a failed item
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type |
Description |
ActionNode |
|
|
Improve this Doc
View Source
OutNodeSuccess
Gets or sets the flow out pin for a successful processed item
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type |
Description |
ActionNode |
|
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type |
Name |
Description |
IFlowRuntimeService |
runtime |
|
DataPinScope |
scope |
|
Returns
Type |
Description |
System.Boolean |
|