Class StepDetails
Describes the status of a step of the sequencer.
Inheritance
System.Object
StepDetails
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PlcDocu.TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public abstract class StepDetails
Constructors
| Improve this Doc View SourceStepDetails()
Prevents creating instance of this class via public constructor
Declaration
public StepDetails()
Fields
| Improve this Doc View SourceDescription
Step description text.
Declaration
public object Description
Field Value
Type | Description |
---|---|
System.Object |
Duration
Step duration time.
Declaration
public object Duration
Field Value
Type | Description |
---|---|
System.Object |
Enabled
If this value is false, step body is not executed and execution is moved to the next enabled step in the sequence.
Declaration
public object Enabled
Field Value
Type | Description |
---|---|
System.Object |
ID
Step identification number.
Declaration
public object ID
Field Value
Type | Description |
---|---|
System.Object |
Remarks
important
This number must be unique throughout the complete sequence. It is required to uniquely identify the step of the sequence.
The RequestStep(Object) method is using this number to jump to the required step.
Order
Order of the step in the sequence.
Declaration
public object Order
Field Value
Type | Description |
---|---|
System.Object |
Status
Describes step status.
Declaration
public short Status
Field Value
Type | Description |
---|---|
System.Int16 |
Remarks
See