Click or drag to resize

IThreadedProcess Interface

[Missing <summary> documentation for "T:EwECore.IThreadedProcess"]

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public interface IThreadedProcess

The IThreadedProcess type exposes the following members.

Properties
  NameDescription
Public propertyIsRunning
Get whether the process is running.
Public propertyMessagePump
Top
Methods
  NameDescription
Public methodReleaseWait
Resume all the threats waiting for a release.
Public methodSetWait
Set the signaled state to non-signaled. Any thread that calls this method will be blocked until ReleaseWait is called.
Public methodStopRun
Terminate a threaded run.
Public methodWait
Block the calling thread until the model has finished running
Top
See Also