Interface IsInspectorData
Assembly: TcoInspectorsConnector.dll
Syntax
public interface IsInspectorData
Properties
|
Improve this Doc
View Source
DetectedStatus
Declaration
dynamic DetectedStatus { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ErrorCode
Declaration
OnlinerString ErrorCode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
FailTime
Fail time. Is the maximum test duration (or timeout). If the condition for the successul test is not met within this time, the test fails.
Declaration
OnlinerTime FailTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerTime |
|
|
Improve this Doc
View Source
FailureDescription
Verbatim description of the failure.
Declaration
OnlinerString FailureDescription { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerString |
|
|
Improve this Doc
View Source
IsByPassed
Test is bypassed, no eveluation occurs.
Evaluation of excluded test should be handled by user code.
Declaration
OnlinerBool IsByPassed { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
IsExcluded
Test is exclusion from evaluation. If TRUE the check is excluded, the test will run and provided detected value.
Evaluation of excluded test should be handled by user code.
Declaration
OnlinerBool IsExcluded { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
NumberOfAllowedRetries
Counter of allowed inspections.
Declaration
OnlinerUInt NumberOfAllowedRetries { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
PassTime
Pass time, elapses when the measured value has required value (see ReuiredStatus
).
The signal must have required value continuosly for this time span for the check to pass.
Declaration
OnlinerTime PassTime { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerTime |
|
|
Improve this Doc
View Source
Result
Declaration
OnlinerInt Result { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
RetryAttemptsCount
Declaration
OnlinerUInt RetryAttemptsCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerUInt |
|
|
Improve this Doc
View Source
TimeStamp
Declaration
OnlinerDateTime TimeStamp { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerDateTime |
|