
![]() |
Actr_Sleep |
Put the computer into sleep mode (if present). You can optionally specify when to wake up again.
Syntax
Actr_Sleep ( switches ; datetimestamp )
![]() |
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 } } )
![]() |
Actr_StartListener |
Start listening for messages from other computers.
Actr_StartListener ( switches ; currentFileName ; securityID )
![]() |
Actr_StopHTTPServer |
Stop the HTTP Server.
Actr_StopHTTPServer ( switches )
![]() |
Actr_StopListener |
Stops listening for messages from other computers.
Actr_StopListener ( 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 ]