Struct TExecuteContext
CAM Open API structure to provide context of executing procedure and its results
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: CAMIPC.ExecuteContext
Assembly: CAMIPC.ExecuteContext.dll
Syntax
public struct TExecuteContext
Fields
ExecuteSettings
Settings of executing procedure
Declaration
public TExecuteSettings ExecuteSettings
Field Value
Type | Description |
---|---|
TExecuteSettings |
ResultStatus
Result of executing procedure
Declaration
public TResultStatus ResultStatus
Field Value
Type | Description |
---|---|
TResultStatus |