CREATE
Use this function to create an Automation object.
[Ok :=] CREATE(Automation [,NewServer])
Ok
Data type: boolean
The return value of CREATE is TRUE if the Automation object could be created, and FALSE if it could not be created. If the return is not tested, execution will terminate wilth a run-time error.
Automation
Data type: automation
A variable of type Automation that has previously been declared.
NewServer
Data type: boolean
If NewServer is FALSE (the default), CREATE will try to reuse an already running instance of the automation server referenced by Automation before creating a new instance. If NewServer is TRUE, CREATE will always create a new instance of the automation server
|