open method

bool open(
  1. int openCount,
  2. dynamic openThis
)

devNote: method, that OPENS scout things.

Implementation

bool open(int openCount, var openThis) {
  _flowC('  -->-m-->  :scout:$name  scoutOpen  ', _pB);
  _flowC('  :scout:open:-info: Open data-tables & resolve queries.>>', _pB);
  _flowC('  >>  :scout:schedule:  :area:machine:money: res in time.', _pB);
  bool __openB = false; //  mark: __  for private-onlyHere.
  //  code to roll -scoutOpen-   - operations
  return __openB;
}