Method | Description | |
---|---|---|
Run ( ) : void |
Causes the Process to process to begin execution.
|
Method | Description | |
---|---|---|
CleanUp ( ) : void |
Provides a Process with a change to perform any closing actions. This implementation does nothing. Derived classes may extend the functionality.
|
|
Execute ( ) : void |
The Execute method should perform one program execution cycle. The method is called repeatedly until the finished flag is set.
|
|
Process ( ) : System |
Constructs a Process instance.
|
|
StartUp ( ) : void |
Provides a Process with a chance to perform any initialisation. This implementation does nothing. Derived classes may extend the functionality.
|