
Activator Plug-in > Functions reference > Actr_Control
![]() | 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 )

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

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

Activator Plug-in > Functions reference > Actr_GetIPAddress
![]() | Actr_GetIPAddress |
Gets the IP address(es) of this computer.
Syntax
Actr_GetIPAddress ( switches )

Activator Plug-in > Functions reference > Actr_Restart
![]() | Actr_Restart |
Restart the computer.
Syntax
Actr_Restart ( switches )

Activator Plug-in > Functions reference > Actr_RunScript
![]() | Actr_RunScript |
This function will allow a script to be run from a calculation.
Syntax
Actr_RunScript ( switches ; fileName ; scriptName ; scriptParam )

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

Activator Plug-in > Functions reference > Actr_SendRemoteEvent
![]() | 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 )

Activator Plug-in > Functions reference > Actr_Shutdown
![]() | Actr_Shutdown |
Shutdown the computer.
Syntax
Actr_Shutdown ( switches )