croscharity.blogg.se

Baseelements filemaker plugin runtime
Baseelements filemaker plugin runtime










baseelements filemaker plugin runtime

executeUsingShell : ( defaults to true ) whether to execute the command directly or in a shell timeout : A value, in milliseconds that the plugin should wait for a result before returning. command : the content of the command to run Setting this to false is gets the same compatibility as the 4.0.6 through 4.1.4 versions.

baseelements filemaker plugin runtime

BASEELEMENTS FILEMAKER PLUGIN RUNTIME FULL

Setting to false will require full paths, but can be more compatible. Plus it has access to the shell environment variables etc. TheexecuteUsingShell default is true, which means you can include multiple commands in a single command, like you would on unix. This is the same as if the parameter was left out. This is also equivalent to passing the parameter with only the command and no timeout parameter.Ī timeout value of 0 or and empty parameter "" will return to FileMaker immediately and will always return the error code 12000 - timeout exceeded.Īny other timeout value will wait a maximum of the time in milliseconds or when the command finishes, whichever is first. Using a timeout value of -1 will wait forever or until the command finishes. Close to the same as using Terminal on the Mac, or CMD.exe on Windows, but with lots of caveats as to the differences ( see Notes below ). Performs a command line script of the command parameter. BE_ExecuteSystemCommand BE_ExecuteSystemCommand ( command )












Baseelements filemaker plugin runtime