TrackingServicesStartOperation Method |
Records that work on a particular
Item has begun at a particular
Operation.
Any start actions (
Condition) configured for the
Operation will be performed.
Entry conditions will NOT be evaluated as they are handled by the ValidateOperationStart method.
Namespace:
FactoryLogix.xTend.Production
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public StartResult StartOperation(
Guid sessionId,
DateTime startTime,
Guid operationId,
string UID,
Guid workstationId,
string operatorUserName
)
Public Function StartOperation (
sessionId As Guid,
startTime As DateTime,
operationId As Guid,
UID As String,
workstationId As Guid,
operatorUserName As String
) As StartResult
public:
virtual StartResult^ StartOperation(
Guid sessionId,
DateTime startTime,
Guid operationId,
String^ UID,
Guid workstationId,
String^ operatorUserName
) sealed
abstract StartOperation :
sessionId : Guid *
startTime : DateTime *
operationId : Guid *
UID : string *
workstationId : Guid *
operatorUserName : string -> StartResult
override StartOperation :
sessionId : Guid *
startTime : DateTime *
operationId : Guid *
UID : string *
workstationId : Guid *
operatorUserName : string -> StartResult
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - startTime
- Type: SystemDateTime
The date/time when work began on the Item. - operationId
- Type: SystemGuid
The Id property of the Operation that will be performed. - UID
- Type: SystemString
The UID of the Item to be started. This may also be the UID of a carrier or panel type Item containing units or materials to be tracked. - workstationId
- Type: SystemGuid
The Id of the Workstation where the Operation will be performed. - operatorUserName
- Type: SystemString
The optional user name of the operator (User) who will perform the Operation.
Return Value
Type:
StartResultA
StartResult object indicating the result of the start operation.
Exceptions See Also