ProcessServicesReleaseProcessForProduction Method |
Changes the status of the specified
Process to "Released to Production", thereby making production
Batches associated
to this process visible to factory floor operators, and executable on the factory floor.
Namespace:
FactoryLogix.xTend.ProcessDefinition
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void ReleaseProcessForProduction(
Guid sessionId,
Guid processId
)
Public Sub ReleaseProcessForProduction (
sessionId As Guid,
processId As Guid
)
public:
virtual void ReleaseProcessForProduction(
Guid sessionId,
Guid processId
) sealed
abstract ReleaseProcessForProduction :
sessionId : Guid *
processId : Guid -> unit
override ReleaseProcessForProduction :
sessionId : Guid *
processId : Guid -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - processId
- Type: SystemGuid
The unique identifier (ID) of the process that is being released for production.
Exceptions See Also