HistorianRun Class
Public Class HistorianRun
Inherits ModuleHistorian
Implements IModuleRun
This language is not supported or no code example is available.
public class HistorianRun : ModuleHistorian,
IModuleRun
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
     
	
	    
	   | 
	  HistorianRun(TModule, RunObj, int) | Construct an instance of this class | 
| Name | Description | |
|---|---|---|
 
    
	 | 
	CanPauseAndContinue | Can Pause And Continue Module | 
 
    
	 | 
	CanStop | Get a value indicating whether the module can be stopped once it has started. | 
| Name | Description | |
|---|---|---|
 
	 
    
	 | 
	GetModuleMainName() | Return task main name | 
 
    
	 | 
	OnActivate() | Specifies actions to take when a module resumes normal functioning after being deactivated. | 
 
    
	 | 
	OnAfterStart(string[], object[], bool, bool) | Specifies actions to take when the module after starts. | 
 
    
	 | 
	OnContinue() | Specifies actions to take when a module resumes normal functioning after being paused. | 
 
    
	 | 
	OnDeactivate() | Specifies actions to take when a module is deactivated. | 
 
    
	 | 
	OnInitialWaitingValueFromServer(int) | Specifies actions to take when the module waiting initial value from server. | 
 
    
	 | 
	OnPause() | Specifies actions to take when a module pauses. | 
 
    
	 | 
	OnStart(string[], object[], bool, bool) | Specifies actions to take when the module starts. | 
 
    
	 | 
	OnStop(bool) | Finish module |