onInitialize abstract method

  1. @protected
bool onInitialize()

Callback when this executor is initialized. Returns true if succesfully initialized, false othervise.

Note that this is a non-async method and should hence be 'light-weight' and not block execution for a long duration.

Implementation

@protected
bool onInitialize();