
![]() |
Actr_Control |
Controls the triggering of the plug-in. You can disable and enable local triggering of the plug-in. This allows you to change the contents of a field which is validated by triggering a script.
Syntax
Actr_Control ( switches ; password )

![]() |
Actr_DeleteEvent |
This function will remove an event from the memory of the plug-in.
Syntax
Actr_DeleteEvent ( switches ; eventID )

![]() |
Actr_GetEventInfo |
This function will return information that was previously associated with the event, like yourID and yourText.
Syntax
Actr_GetEventInfo ( switches ; eventID )

![]() |
Actr_GetIPAddress |
Gets the IP address(es) of this computer.
Syntax
Actr_GetIPAddress ( switches )

![]() |
Actr_Restart |
Restart the computer.
Syntax
Actr_Restart ( switches )

![]() |
Actr_RunScript |
This function will allow a script to be run from a calculation.
Syntax
Actr_RunScript ( switches ; fileName ; scriptName ; scriptParam )

![]() |
Actr_ScheduleEvent |
This function will schedule a script to be automatically triggered in the future.
Syntax
Actr_ScheduleEvent ( switches ; datetimestamp ; fileName ; scriptName ;
yourID ; usertext )

![]() |
Actr_SendRemoteEvent |
Send a message to the computer with this IP address. This message will trigger the specified script.
Syntax
Actr_SendRemoteEvent( switches ; IP_address ; securityID ; fileName ;
scriptName ; yourID ; usertext )

![]() |
Actr_Shutdown |
Shutdown the computer.
Syntax
Actr_Shutdown ( switches )