C# Class InvertedSoftware.WorkflowEngine.Example.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: invertedsoftware/Inverted-Software-Workflow-Engine

Public Properties

Property Type Description
JobName string
frameworkProcessor Processor
isSoftStop bool

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
LoadWorkflow ( ) : void
button1_Click ( object sender, RoutedEventArgs e ) : void

Start the framework

button2_Click ( object sender, RoutedEventArgs e ) : void

Drop a request message in the queue

button3_Click ( object sender, RoutedEventArgs e ) : void

Stop the framework

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

Property Details

JobName public_oe property

public string JobName
return string

frameworkProcessor public_oe property

public Processor frameworkProcessor
return Processor

isSoftStop public_oe property

public bool isSoftStop
return bool