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, Jun 10 2015, 15:03:42.