Module wsdk

WSDK main application entry point.

Copyright © 2010-2012 ALEPH ARCHIVES Ltd. All rights reserved.

Version: 1.0.0

Authors: Aleph Archives Ltd. [web site: http://aleph-archives.com/].

Description

WSDK main application entry point.

This module provides convenient function calls to start, stop, etc. the WSDK application.

Function Index

restart/0Quickly restart the WSDK application.
revision/0Returns the current WSDK revision number.
start/0Handy shortcut to start the WSDK application from the shell.
stop/0Handy shortcut to stop the WSDK application while it's running.
version/0Returns the current WSDK version number.

Function Details

restart/0

restart() -> ok

Quickly restart the WSDK application.

This is equivalent to call wsdk:stop(). followed by wsdk:start().

revision/0

revision() -> string()

Returns the current WSDK revision number.

start/0

start() -> ok

Handy shortcut to start the WSDK application from the shell

stop/0

stop() -> ok

Handy shortcut to stop the WSDK application while it's running

version/0

version() -> string()

Returns the current WSDK version number.


Generated by EDoc, Oct 5 2012, 20:45:09.