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, Feb 28 2016, 22:12:06.