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 15 2021, 06:25:28.