Singer Instruments PIXL Client
AllowWorkflowExecutionWithInsufficientPickupLine Method (PIXLClient)
Example 



SI.PIXL.Client Namespace > PIXLClient Class : AllowWorkflowExecutionWithInsufficientPickupLine Method
Set if the execution of a workflow is allowed when there is insufficient PickupLine remaining to complete the workflow.
Adjust if the execution of a workflow is allowed when there is insufficient PickupLine remaining to complete the workflow.
Syntax
'Declaration
 
Public Sub AllowWorkflowExecutionWithInsufficientPickupLine( _
   ByVal allow As Boolean _
) 
'Usage
 
Dim instance As PIXLClient
Dim allow As Boolean
 
instance.AllowWorkflowExecutionWithInsufficientPickupLine(allow)
public void AllowWorkflowExecutionWithInsufficientPickupLine( 
   bool allow
)
public:
void AllowWorkflowExecutionWithInsufficientPickupLine( 
   bool allow
) 

Parameters

allow
Set if the execution of a workflow is allowed when there is insufficient PickupLine remaining to complete the workflow.
Example
This sample shows how to use the AllowWorkflowExecutionWithInsufficientPickupLine method.
// Disallow workflow execution when there is insufficient PickupLine.
pixl.AllowWorkflowExecutionWithInsufficientPickupLine(false);
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members