isFirstInit property

bool isFirstInit
getter/setter pair

Whether to initialize for the first time. If the initialization process fails for the first time, it will enter the infinite retry stage after re initialization.

Implementation

bool isFirstInit = true;