RunLocation property: ProcessRequest class

Description

This property specifies the Process Scheduler Server name the request should be scheduled on. This property takes a string value. Values for RunLocation is a specific server name, such as PSNT.

If no RunLocation is specified, the request is scheduled based on both the default operating system and load balancing options set in the System Settings page.

This property is read/write.

Example

&MYRQST.RunLocation = "SERVER";
or
&MYRQST.RunLocation = "PSNT";