startLoading method

int startLoading()

Implementation

int startLoading() {
  super.forceSetValue(AsyncLoading());
  return ++_executionID;
}