ProcessServicesSetProcessUnderConstruction Method |
Changes the status of the specified
Process to "Under Construction", cancelling any pending approvals, and resetting any approved
approvals back to an unapproved state.
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 SetProcessUnderConstruction(
Guid sessionId,
Guid processId
)
Public Sub SetProcessUnderConstruction (
sessionId As Guid,
processId As Guid
)
public:
virtual void SetProcessUnderConstruction(
Guid sessionId,
Guid processId
) sealed
abstract SetProcessUnderConstruction :
sessionId : Guid *
processId : Guid -> unit
override SetProcessUnderConstruction :
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 being set to under construction.
Exceptions See Also