isInitialised method

bool isInitialised()

Implementation

bool isInitialised() {
  return this.status == TxStatus.Initialised;
}