Behaviours: application.
start/0 | Equivalent to application:start(tcerl). |
stop/0 | Equivalent to application:stop(tcerl). |
start() -> ok | {error, Reason}
Equivalent to application:start(tcerl).
stop() -> ok | {error, Reason}
Equivalent to application:stop(tcerl).
Generated by EDoc, Mar 2 2009, 02:06:45.