Class BaseMonitor
Inheritance
System.Object
BaseMonitor
Assembly: AsaLib.dll
Syntax
public abstract class BaseMonitor : object, IPlatformRunnable
Properties
|
Improve this Doc
View Source
RunId
Declaration
public string RunId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
RunStatus
Declaration
public RUN_STATUS RunStatus { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public abstract bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
StartRun()
Declaration
public abstract void StartRun()
|
Improve this Doc
View Source
StopRun()
Declaration
public abstract void StopRun()
Implements