Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public void SetProcessUnderConstruction(
	Guid sessionId,
	Guid processId
)

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
ExceptionCondition
InvalidSessionExceptionThrown if the sessionId parameter is invalid.
NotFoundExceptionAn existing process with matching Id property was not found in the system.
UnitTransactionsExistExceptionThere are already unit transactions associated.
See Also