RunDateTime property: ProcessRequest class
Description
This property contains a DateTime value that specifies when the scheduled process or job will run.
If you don’t specify a value for this property, and there is no date time set for the pre-defined process or job, the process or job runs as soon as the Schedule method is executed.
This property is read/write.
Example
The following example schedules the process or job to run as soon as the Schedule method is executed:
&MYRQST.RunDateTime = %Datetime;