> Erlang中文手册 > start_type/0 获取当前进程所属应用程序的启动类型

application:start_type/0

获取当前进程所属应用程序的启动类型

用法:

start_type() -> StartType | undefined | local

获取当前进程所属应用程序的启动类型。

如果被调用中的进程并不属于任何一个应用,那么函数则返回 undefined。

application:start_type().