Actr_AddFolderTrigger |
Add a folder action, which will trigger a script when the monitored folder is changed.
Syntax
Actr_AddFolderTrigger ( switches; folderPath ; fileName ; scriptName )
Actr_AddFolderTrigger |
Add a folder action, which will trigger a script when the monitored folder is changed.
Actr_AddFolderTrigger ( switches; folderPath ; fileName ; scriptName )
Actr_GetEventInfo |
This function will return information that was previously associated with the event, like yourID and yourText.
Actr_GetEventInfo ( switches ; eventID )
Actr_GetIPAddress |
Gets the IP address(es) of this computer.
Actr_GetIPAddress ( switches )
Actr_Restart |
Restart the computer.
Actr_Restart ( switches )
Actr_RunScript |
This function will allow a script to be run from a calculation.
Actr_RunScript ( switches ; fileName ; scriptName ; scriptParam )
Actr_ScheduleEvent |
This function will schedule a script to be automatically triggered in the future.
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.
Actr_SendRemoteEvent( switches ; IP_address ; securityID ; fileName ;
scriptName ; yourID ; usertext )
Actr_Shutdown |
Shutdown the computer.
Actr_Shutdown ( switches )
Actr_Sleep |
Put the computer into sleep mode (if present). You can optionally specify when to wake up again.
Actr_Sleep ( switches ; datetimestamp )
Actr_StartHTTPServer |
Starts the built-in HTTP Server. This web server will trigger a script when data arrives.
Actr_StartHTTPServer ( switches ; fileName ; scriptName ; { password ;
{ serverName } } )