Click or drag to resize

SimulationWorker Methods

The SimulationWorker type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateSetupfilenameWithID
Create a setup file name including the id provided.
Public methodDispose
Public methodStatic memberDrawTextProgressBar
Draw a progress bar at the current cursor position. Be careful not to Console.WriteLine or anything whilst using this to show progress!
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlipPauseFlag
Flip the Pause flag, i.e. if running, make it pause, if paused, make it run.
Public methodStatic memberGetDefaultLogFileName
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Load the setup
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberModifySetupfilepathWithID
Modify the setup file path to include the id.
Public methodRun
Public methodStatic memberRunXmlCompare
Run compare on original mike1d data object and an object loaded from xml.
Public methodStartWorkInBackground
Calling this method will load and run the simulation (call Work) in a background thread
Public methodStopSimulation
Stop the simulation. The simulation will end when the current time step has been completed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWork
Public methodWriteHtmlSummary
Top
See Also