Copyright © 2010-2012 ALEPH ARCHIVES Ltd. All rights reserved.
Version: 1.0.0
Authors: Aleph Archives Ltd. [web site: http://aleph-archives.com/].
WSDK main application entry point.
This module provides convenient function calls to start, stop, etc. the WSDK application.restart/0 | Quickly restart the WSDK application. |
revision/0 | Returns the current WSDK revision number. |
start/0 | Handy shortcut to start the WSDK application from the shell. |
stop/0 | Handy shortcut to stop the WSDK application while it's running. |
version/0 | Returns the current WSDK version number. |
restart() -> ok
Quickly restart the WSDK application.
This is equivalent to callwsdk:stop().
followed by wsdk:start().
revision() -> string()
Returns the current WSDK revision number.
start() -> ok
Handy shortcut to start the WSDK application from the shell
stop() -> ok
Handy shortcut to stop the WSDK application while it's running
version() -> string()
Returns the current WSDK version number.
Generated by EDoc, Oct 5 2012, 20:45:09.