Gets or sets the option that describes what action should be taken by Process Automation Server (PAS) if PAS is overloaded at the time of the launch request. The default, if not specified, is to fail the launch request, which is the behavior that happened before Process Automation Server (PAS) had the ability to queue launch requests.

Namespace: ININ.IceLib.ProcessAutomation
Assembly: ININ.IceLib.ProcessAutomation (in ININ.IceLib.ProcessAutomation.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public PasOverloadedAtLaunchOption PasOverloadedAtlaunchOption { get; set; }
Visual Basic
Public Property PasOverloadedAtlaunchOption As PasOverloadedAtLaunchOption
	Get
	Set

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 6 and beyond.
For 3.0, supported for IC Server version 3.0 SU 19 and beyond.

See Also