preStart method

  1. @mustCallSuper
void preStart()

Task 启动之前会调用,该方法只会在第一次被 TaskManager 初始化的时候调用

Implementation

@mustCallSuper
void preStart() {}