CreateProcessRequest
Mon 01 January 2018Syntax
CreateProcessRequest([ProcessType, ProcessName])
Description
Use the CreateProcessRequest function to create a ProcessRequest object. After youâve created this object, you can assign values to its properties then use the Schedule method to submit the process request for scheduling.
If you specify PSJob for the process type, the ProcessRequest object contains all the items of the job.
Parameters
Field or Control |
Definition |
---|---|
ProcessType |
Specify the process type as a string. Values depend on the process types defined for your system. |
ProcessName |
Specify the name of the process as a string. |
Returns
A reference to a ProcessRequest object.