 
		|  | Actr_Version | 
Use this function to see which version of the plug-in is loaded.
Note: this function is also used to register the plug-in.
Syntax
Actr_Version ( switches ) 
		|  | Actr_Version | 
Use this function to see which version of the plug-in is loaded.
Note: this function is also used to register the plug-in.

Actr_Version ( switches ) 
		|  | Actr_VersionAutoUpdate | 
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.

Actr_VersionAutoUpdate 
		|  | Delete Script Trigger | 
This function will remove a trigger event from the memory of the plug-in.

Delete Script Trigger [ Select ; Result (error) ; Action ; EventID ] 
		|  | Put Computer to Sleep | 
Put the computer into sleep mode.

Put Computer to Sleep [ Select ; Result (error) ] 
		|  | Restart Computer | 
Restart the computer.

Restart Computer [ Select ; Result (error) ; Force restart ] 
		|  | Schedule Script Trigger | 
This function will schedule a script to be automatically triggered in the future.

Schedule Script Trigger [ Select ; Result ; Datetimestamp ; File name ;
                          Script name ; Your ID ; User text ] 
		|  | Send Remote Script Trigger | 
Send a message to the computer with this IP address. This message will trigger the specified script.

Send Remote Script Trigger [ Select ; Result (error) ; IP Address ;
                             Port number ; Security ID ; File name ;
                             Script name ; Your ID ; User text ] 
		|  | Shutdown Computer | 
Shutdown the computer.

Shutdown Computer [ Select ; Result (error) ; Force shutdown ] 
		|  | Start HTTP Server | 
Starts the built-in HTTP Server. This web server will trigger a script when data arrives.

Start HTTP Server [ Select ; Result (error) ; File name ; Script name ;
                    Password ; Port number ; Server Name ; Switches  ]