Summer.Batch.Core.Job.Flow.FlowExecution Class Reference

Represents a flow execution. More...

Inheritance diagram for Summer.Batch.Core.Job.Flow.FlowExecution:

Public Member Functions

 FlowExecution (string name, FlowExecutionStatus status)
 Custom constructor using a name and a flow execution status. More...
 
int CompareTo (FlowExecution other)
 Create an ordering on FlowExecution instances by comparing their statuses. More...
 
override string ToString ()
 ToString override. More...
 

Properties

string Name [get]
 Name property. More...
 
FlowExecutionStatus Status [get]
 Flow execution status property. More...
 

Detailed Description

Represents a flow execution.

Constructor & Destructor Documentation

Summer.Batch.Core.Job.Flow.FlowExecution.FlowExecution ( string  name,
FlowExecutionStatus  status 
)

Custom constructor using a name and a flow execution status.

Parameters
name
status

Member Function Documentation

int Summer.Batch.Core.Job.Flow.FlowExecution.CompareTo ( FlowExecution  other)

Create an ordering on FlowExecution instances by comparing their statuses.

Parameters
other
Returns
override string Summer.Batch.Core.Job.Flow.FlowExecution.ToString ( )

ToString override.

Returns

Property Documentation

string Summer.Batch.Core.Job.Flow.FlowExecution.Name
get

Name property.

FlowExecutionStatus Summer.Batch.Core.Job.Flow.FlowExecution.Status
get

Flow execution status property.


The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Job/Flow/FlowExecution.cs