Singer Instruments PIXL Client
IsWorkflowExecutionAllowedWithInsufficientPickupLine Property (PIXLClient)
Example 



SI.PIXL.Client Namespace > PIXLClient Class : IsWorkflowExecutionAllowedWithInsufficientPickupLine Property
Get if the execution of a workflow is allowed when there is insufficient PickupLine remaining to complete the workflow.
Syntax
'Declaration
 
Public ReadOnly Property IsWorkflowExecutionAllowedWithInsufficientPickupLine As Boolean
'Usage
 
Dim instance As PIXLClient
Dim value As Boolean
 
value = instance.IsWorkflowExecutionAllowedWithInsufficientPickupLine
public bool IsWorkflowExecutionAllowedWithInsufficientPickupLine {get;}
public:
property bool IsWorkflowExecutionAllowedWithInsufficientPickupLine {
   bool get();
}
Example
This sample shows how to use the IsWorkflowExecutionAllowedWithInsufficientPickupLine property.
// Display if allowing the execution of a workflow when there is insufficient PickupLine remaining, on the Console.
Console.WriteLine($"Allow the execution of a workflow when there is insufficient PickupLine remaining: {pixl.IsWorkflowExecutionAllowedWithInsufficientPickupLine}.");
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