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, Aug 12 2014, 09:48:38.