HistorianRun Class

Test 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
Public constructor HistorianRun(TModule, RunObj, int) Construct an instance of this class
Top
Name Description
Public property CanPauseAndContinue Can Pause And Continue Module
Public property CanStop Get a value indicating whether the module can be stopped once it has started.
Top
Methods
 
Name Description
Public method Static GetModuleMainName() Return task main name
Public method OnActivate() Specifies actions to take when a module resumes normal functioning after being deactivated.
Public method OnAfterStart(string[], object[], bool, bool) Specifies actions to take when the module after starts.
Public method OnContinue() Specifies actions to take when a module resumes normal functioning after being paused.
Public method OnDeactivate() Specifies actions to take when a module is deactivated.
Public method OnInitialWaitingValueFromServer(int) Specifies actions to take when the module waiting initial value from server.
Public method OnPause() Specifies actions to take when a module pauses.
Public method OnStart(string[], object[], bool, bool) Specifies actions to take when the module starts.
Public method OnStop(bool) Finish module
Top

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition