Flow.Net
Show / Hide Table of Contents

Class FlowExecutionResult

Inheritance
Object
FlowExecutionResult
Namespace: Flow.Net.Sdk.Core.Models
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class FlowExecutionResult

Properties

| Improve this Doc View Source

BlockId

Declaration
public string BlockId { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Chunks

Declaration
public IEnumerable<FlowChunk> Chunks { get; set; }
Property Value
Type Description
IEnumerable<FlowChunk>
| Improve this Doc View Source

PreviousResultId

Declaration
public string PreviousResultId { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

ServiceEvents

Declaration
public IEnumerable<FlowServiceEvent> ServiceEvents { get; set; }
Property Value
Type Description
IEnumerable<FlowServiceEvent>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX