Stop HTTP Server |
Stop the HTTP Server.
Syntax
Stop HTTP Server [ Select ; Result (error) ]
Options
Select entire contents | replaces the entire contents of a field with the result. If not checked the result replaces the currently selected portion of the field |
Result (error) | an error code |
Returned Result
Data type returned
Error code
Result
If successful it returns 0.
If unsuccessful it returns an error code starting with $$ and the error code.
Originated in
Activator Plug-in 4.5
Compatibility
FileMaker Pro 17 to 2023
Considerations
See the UploadData.fmp12 example file for more information.
Example
Stop HTTP Server [ Select ; gErrorCode ]
Used in example file
UploadData.fmp12
Related script step
Start HTTP Server |
Related function
Actr_StopHTTPServer |
Related topics
Activator Plug-in online help (overview)